1
0
forked from extern/nix-config

sway: Remove warning message when exiting

Now we can exit sway without having to use the mouse.
This commit is contained in:
Donovan Glover 2021-05-14 17:03:09 -04:00
parent 21525cd2a8
commit bb98444147
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -70,7 +70,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+Shift+e exec swaymsg exit
#
# Moving around:
#