diff --git a/sway/.config/sway/config b/sway/.config/sway/config index fdfcf35..ab7241e 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -195,10 +195,10 @@ mode "resize" { # right will grow the containers width # up will shrink the containers height # down will grow the containers height - bindsym $left resize shrink width 10px + bindsym h resize shrink width 20px bindsym $down resize grow height 10px bindsym $up resize shrink height 10px - bindsym $right resize grow width 10px + bindsym l resize grow width 20px # Ditto, with arrow keys bindsym Left resize shrink width 10px