mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] ask before exiting
This commit is contained in:
parent
246b3c1c8a
commit
6caceb40d2
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ bindsym --locked XF86AudioStop exec playerctl stop
|
|||
|
||||
# main commands
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+e 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'
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec $term
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue