diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-15 16:33:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:20:39 -0500 |
commit | 88d8ef52a5812047e82eedf0cb30fe7e5f9bf9e1 (patch) | |
tree | bf390eb7c54aa93a30838da0ee114229e531b231 /autostart.sh | |
parent | ebe7519e4096c9302fab472b932e0e5d1add5417 (diff) |
Restart audio server on login
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 6ef26b6..d81aa92 100755 --- a/autostart.sh +++ b/autostart.sh @@ -18,6 +18,7 @@ killandrun () { } if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then + snd.sh notify-sound.sh off & runifnot swayidle killandrun hyprpaper |