Fix sway config
This commit is contained in:
parent
e7167cf9c2
commit
4b050f6e4a
|
@ -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"'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue