https://github.com/ek9/x11-scripts
various shell (mostly bash) scripts for X11 Xorg applications
https://github.com/ek9/x11-scripts
bash bash-script dotfiles shell-scripts x11 xorg
Last synced: 2 months ago
JSON representation
various shell (mostly bash) scripts for X11 Xorg applications
- Host: GitHub
- URL: https://github.com/ek9/x11-scripts
- Owner: ek9
- Created: 2017-06-12T16:57:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T23:15:41.000Z (about 8 years ago)
- Last Synced: 2025-06-10T23:01:47.880Z (about 1 year ago)
- Topics: bash, bash-script, dotfiles, shell-scripts, x11, xorg
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
x11-scripts
===========
[x11-scripts][0] is a repository containing various shell (mostly bash)
scripts.
Part of [ek9/dotfiles][10] collection.
## Install
Clone to `~/.local/share/x11-scripts` via `git`:
$ git clone https://github.com/ek9/x11-scripts ~/.local/share/x11-scripts
Add directory to path (`~/.profile`, `.bash_profile` or `.zprofile`):
$ export PATH=$PATH:~/.local/share/x11-scripts
You will be able to execute the scripts.
## Scripts
- `battery_notify.sh` - send notification when battery is discharging + disable
wallpaper.
- `brightnessctl.sh` - controll brightness (thinkpad x230)
- `lid-toggle.sh` - runs `monitor-hottplug.sh` on lit toggle + `sflock` on close
- `monitor-hotplug.sh` - a script to toggle different monitor setups for laptop
- `pdf-repair.sh` - pdf file repair utility
- `playerctl.sh` - playerctl wrapper with notifications
- `scot` - scrot wrapper to put screenshots in `~/images/screenshots`
- `steamfix.sh` - steam linked library fix utility
- `volumectl.sh` - pactl wrapper to control volume (used by i3 keybinds)
- `xvim` - open (neo)vim+terminal via X11 Xorg (i.e. thunar)
[0]: https://github.com/ek9/x11-scripts
[10]: https://github.com/ek9/dotfiles