diff --git a/.i3/config b/.i3/config index cd8890d..af03151 100755 --- a/.i3/config +++ b/.i3/config @@ -198,10 +198,10 @@ mode "resize" { bindsym l 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 + bindsym Left resize shrink width 5 px + bindsym Down resize grow height 5 px + bindsym Up resize shrink height 5 px + bindsym Right resize grow width 5 px # back to normal: Enter or Escape bindsym Return mode "default"