|
@@ -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
|
|