diff options
author | zachir <zachir@librem.one> | 2023-02-24 10:22:07 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-24 10:22:07 -0600 |
commit | b0d00861a082705077d18eb4ea01b40b6f997afb (patch) | |
tree | d5c2a71b70c5b72b6582975d35a236462f31ddad /autostart.sh | |
parent | c8e4077aaa9d99ba0a97ef7bd2da32875731bce5 (diff) |
turn notification sounds off immediately
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index d831474..a66bda6 100755 --- a/autostart.sh +++ b/autostart.sh @@ -18,6 +18,7 @@ killandrun () { } #runifnot runsvdir ~/.runit/runsvdir +notify-sound.sh off & runifnot swayidle runifnot mako killandrun waybar |