From 9b1ded2c853f6873b1dcf94ae5ff62750b9e76ce Mon Sep 17 00:00:00 2001 From: Craig Astill Date: Thu, 14 Jan 2021 09:30:18 +0000 Subject: [PATCH] Getting sick & tired of accidentally triggering resize mode. --- bash/.config/i3/config | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/bash/.config/i3/config b/bash/.config/i3/config index 1c8200d..ab20cfe 100644 --- a/bash/.config/i3/config +++ b/bash/.config/i3/config @@ -179,32 +179,6 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu # lock screen bindsym $mod+Ctrl+l exec i3lock --color=#111111 -f -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or $mod+r - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+r mode "default" -} - -bindsym $mod+r mode "resize" bindsym $mod+u resize shrink width 10 px or 10 ppt bindsym $mod+i resize grow height 10 px or 10 ppt bindsym $mod+o resize shrink height 10 px or 10 ppt