Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
53125b8991
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config Dosyayı Görüntüle

260
 bindsym XF86AudioLowerVolume exec "bmo au down"
260
 bindsym XF86AudioLowerVolume exec "bmo au down"
261
 bindsym XF86AudioMute        exec "bmo au flip"
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
 mouse_warping none
266
 mouse_warping none
267
 
267