Fix sway config

This commit is contained in:
Kiana Sheibani 2023-10-27 15:21:44 -04:00
parent e7167cf9c2
commit 4b050f6e4a

View file

@ -114,7 +114,7 @@ in {
"XF86AudioPrev" = playerctl "previous";
# Exit
"${modifier}+Shift+e" = ''pkill -0 swaynag || \
"${modifier}+Shift+e" = ''exec pkill -0 swaynag || \
swaynag -t exit -m "Do you really want to exit?" \
-B "Reboot" "reboot" -B "Shutdown" "poweroff" -b "Exit" "swaymsg exit"'';