Fix sway exit bind not working
This commit is contained in:
parent
425b418528
commit
4efb107396
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
1
templates/.config/swaynag/config
Normal file
1
templates/.config/swaynag/config
Normal file
|
@ -0,0 +1 @@
|
|||
font=DejaVu Sans Mono 10
|
Loading…
Add table
Reference in a new issue