From 40277aeacb665d3454f2d9ca7c9816152d9b105d Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Wed, 31 Aug 2022 14:20:27 +0200 Subject: [PATCH] sway: change resize key Signed-off-by: Frank Villaro-Dixon --- sway/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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