From e222d242af991c3c9cf475d369af88b53c8492ce Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 1 Jun 2022 15:06:37 -0300 Subject: [PATCH] sway: Resize with point size --- .config/sway/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 4aa968c..3f4c727 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -166,16 +166,16 @@ 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 $down resize grow height 10px - bindsym $up resize shrink height 10px - bindsym $right resize grow width 10px + bindsym $left resize shrink width 10 + bindsym $down resize grow height 10 + bindsym $up resize shrink height 10 + bindsym $right resize grow width 10 # Ditto, with arrow keys - bindsym Left resize shrink width 10px - bindsym Down resize grow height 10px - bindsym Up resize shrink height 10px - bindsym Right resize grow width 10px + bindsym Left resize shrink width 10 + bindsym Down resize grow height 10 + bindsym Up resize shrink height 10 + bindsym Right resize grow width 10 # Return to default mode bindsym Return mode "default"