diff options
author | zachir <zachir@librem.one> | 2023-02-24 10:22:07 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 10:24:36 -0600 |
commit | 442320ac104ddb770cbf4ffbb883f6f7fc54c2b3 (patch) | |
tree | b0cebe87e822e680f1906190a65b6a8935da7372 | |
parent | 9e4b837ba3edf0de09a0941af8b434065be36a01 (diff) |
turn notification sounds off immediately
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index 5984a49..e9fbeda 100755 --- a/autostart.sh +++ b/autostart.sh @@ -9,6 +9,7 @@ runifnot () { } #runifnot runsvdir ~/.runit/runsvdir +notify-sound.sh off & runifnot picom runifnot xss-lock slockd runifnot sxhkd |