diff options
Diffstat (limited to '.config/xob/launch.sh')
| -rwxr-xr-x | .config/xob/launch.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/xob/launch.sh b/.config/xob/launch.sh new file mode 100755 index 0000000..46d4861 --- /dev/null +++ b/.config/xob/launch.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +killall -q xob +pkill -f manage-volume +pkill -f manage-brightness +pkill -f manage-microphone + +"$HOME"/.config/xob/manage-volume | xob -s default & +"$HOME"/.config/xob/manage-brightness | xob -s default & +"$HOME"/.config/xob/manage-microphone | xob -s default & |
