From 015422067d371a04b80a8500d753eabd32e922ed Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 29 Jan 2024 23:59:07 +0200 Subject: Add xob launch.sh script --- .config/xob/launch.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .config/xob/launch.sh 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 & -- cgit v1.2.3