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