diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-01-29 23:59:07 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-01-29 23:59:07 +0200 |
| commit | 015422067d371a04b80a8500d753eabd32e922ed (patch) | |
| tree | a43a06bb4b86154dc302501f39e766ff3d2ea6f9 /.config/xob | |
| parent | 1bbd2126a11c0f1d253040400eed138016d7867f (diff) | |
| download | dotfiles-015422067d371a04b80a8500d753eabd32e922ed.tar.gz dotfiles-015422067d371a04b80a8500d753eabd32e922ed.zip | |
Add xob launch.sh script
Diffstat (limited to '.config/xob')
| -rwxr-xr-x | .config/xob/launch.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/xob/launch.sh b/.config/xob/launch.sh new file mode 100755 index 0000000..bae6716 --- /dev/null +++ b/.config/xob/launch.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +killall -q xob +pkill -9 manage-volume +pkill -9 manage-brightness + +"$HOME"/.config/xob/manage-volume | xob -s default & +"$HOME"/.config/xob/manage-brightness | xob -s default & |
