From 12305d3180b16fe1753601658f20be83e3b2d919 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 25 Nov 2021 18:40:45 +0300 Subject: [PATCH] Change up and down keys for resize mode --- config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sway/config b/config/sway/config index 1f8d0ec..d051a61 100644 --- a/config/sway/config +++ b/config/sway/config @@ -213,8 +213,8 @@ bindsym $mod+z floating toggle ### Resize mode mode "resize" { bindsym $left resize shrink width 100px - bindsym $down resize grow height 100px - bindsym $up resize shrink height 100px + bindsym $down resize shrink height 100px + bindsym $up resize grow height 100px bindsym $right resize grow width 100px # Return to default mode