diff --git a/.config/i3/config b/.config/i3/config index 576c7c6..2771134 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -96,6 +96,32 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+10 move container to workspace $ws10 + +# 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 ntilde 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 +# bindsym Return mode "default" +# bindsym Escape mode "default" +#} + +#bindsym $mod+r mode "resize" + ###################################### # keybindings for different actions: # ######################################