diff --git a/i3/config b/i3/config index 0089278..b491541 100644 --- a/i3/config +++ b/i3/config @@ -1,10 +1,3 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - # i3 config file (v4) # # Please see https://i3wm.org/docs/userguide.html for a complete reference! @@ -78,6 +71,18 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right +# resize focused window +bindsym $mod+Control+j resize shrink width 10 px or 10 ppt +bindsym $mod+Control+k resize grow height 10 px or 10 ppt +bindsym $mod+Control+l resize shrink height 10 px or 10 ppt +bindsym $mod+Control+h resize grow width 10 px or 10 ppt + +# alternatively, you can use the cursor keys: +bindsym $mod+Control+Left resize shrink width 10 px or 10 ppt +bindsym $mod+Control+Down resize grow height 10 px or 10 ppt +bindsym $mod+Control+Up resize shrink height 10 px or 10 ppt +bindsym $mod+Control+Right resize grow width 10 px or 10 ppt + # split in horizontal orientation bindsym $mod+v split h @@ -180,7 +185,7 @@ mode "resize" { bindsym $mod+r mode "default" } -bindsym $mod+r mode "resize" +# bindsym $mod+r mode "resize" #deaktiviert # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)