Fix sway exit bind not working

This commit is contained in:
Adam Gausmann 2022-04-03 01:45:34 -05:00
parent 425b418528
commit 4efb107396
2 changed files with 2 additions and 1 deletions

View file

@ -54,7 +54,7 @@ floating_modifier $mod
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
bindsym $mod+Shift+e 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+q kill
bindsym $mod+Shift+p exec swaylock -c 000000

View file

@ -0,0 +1 @@
font=DejaVu Sans Mono 10