]> git.sur5r.net Git - i3/i3/commitdiff
config: require confirmation when exiting i3 (Thanks Felicitus)
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 14:17:24 +0000 (16:17 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 2 Aug 2012 14:17:42 +0000 (16:17 +0200)
Fixes #751

i3.config
i3.config.keycodes

index 1a457fcab01d57c1634bd59f906bb421cd7945b8..3225b973fff4326164a3f53a8cdfc0a29cab0719 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -103,7 +103,7 @@ bindsym Mod1+Shift+c reload
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
 bindsym Mod1+Shift+r restart
 # exit i3 (logs you out of your X session)
-bindsym Mod1+Shift+e exit
+bindsym Mod1+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
 
 # resize window (you can also use the mouse for that)
 mode "resize" {
index e360fff9c2a2987ba9dcfb2a8a538eba9dee6c98..2f0141832ffb4f64b2a8abc21b6b8a8e75c06177 100644 (file)
@@ -104,7 +104,7 @@ bindcode $mod+Shift+54 reload
 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
 bindcode $mod+Shift+27 restart
 # exit i3 (logs you out of your X session)
-bindcode $mod+Shift+26 exit
+bindcode $mod+Shift+26 exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
 
 # resize window (you can also use the mouse for that)
 mode "resize" {