delete alsa sound fix from startup in sway

This commit is contained in:
2025-04-11 12:36:37 +05:00
parent 1028254ba0
commit 70d209e9d2

View File

@ -15,10 +15,6 @@ exec waybar
exec dunst exec dunst
exec_always autotiling exec_always autotiling
# fix audio mute on start
exec sleep 7s && amixer -c 0 set Front unmute
exec sleep 7s && amixer -c 1 set Front unmute
# display & bg config # display & bg config
# you can get the names of your outputs by running: swaymsg -t get_outputs # you can get the names of your outputs by running: swaymsg -t get_outputs