adjust exit and poweroff shortcuts

This commit is contained in:
Morgan McMillian 2021-01-03 08:21:55 -08:00
parent bd204157f3
commit f07c749007

View file

@ -79,7 +79,10 @@ input type:keyboard {
bindsym $mod+Shift+c reload bindsym $mod+Shift+c reload
# Exit sway (logs you out of your Wayland session) # 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 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 exit
bindsym $mod+Mod1+Shift+p exec systemctl poweroff
bindsym $mod+Mod1+Shift+s exec systemctl suspend
# #
# Moving around: # Moving around:
# #