Browse Source

Sorry, but $mod+BackSpace is too close to Alt+BackSpace

... which means "delete last word" in Bashese/Emacese so I often press
it several times in succession,

Although I should not tolerate own typos, I'm also really getting tired
of accidentally tearing down random windows.  Sorry, this is just too
destructive.
Alois Mahdal 9 years ago
parent
commit
53125b8991
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

@@ -260,8 +260,8 @@ bindsym XF86AudioRaiseVolume exec "bmo au up"
260 260
 bindsym XF86AudioLowerVolume exec "bmo au down"
261 261
 bindsym XF86AudioMute        exec "bmo au flip"
262 262
 
263
-bindsym $mod+BackSpace       kill
264
-bindsym $mod+Shift+BackSpace 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-msg exit'"
263
+bindsym $mod+Delete         kill
264
+bindsym $mod+Shift+Delete   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-msg exit'"
265 265
 
266 266
 mouse_warping none
267 267