diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-15 16:33:32 -0500 |
---|---|---|
committer | ZachIR <zach@zachir.xyz> | 2023-07-15 16:33:32 -0500 |
commit | f1b6f721d34005ff5815d89b2178dbc4112f8c62 (patch) | |
tree | a59e6958a3c18786cec848d0b9acbee972049568 | |
parent | 46876a3d86f4d9e570e42a1356bff88b04964175 (diff) |
Restart audio server on login
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index ee65439..79e1aa0 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 |