From 05099150e8544783012831cadcf277b7ba21a711 Mon Sep 17 00:00:00 2001 From: juan Date: Sun, 10 Jul 2022 16:16:43 +0800 Subject: [PATCH] Change | Increase the amount of movement --- .config/sway/config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index a746da5..cb2824a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -98,15 +98,15 @@ bindsym $mod+$down focus down bindsym $mod+$up focus up bindsym $mod+$right focus right # Move the focused window with the same, but add Shift -bindsym $mod+Shift+$left move left -bindsym $mod+Shift+$down move down -bindsym $mod+Shift+$up move up -bindsym $mod+Shift+$right move right +bindsym $mod+Shift+$left move left 24px +bindsym $mod+Shift+$down move down 24px +bindsym $mod+Shift+$up move up 24px +bindsym $mod+Shift+$right move right 24px # resize windows -bindsym $mod+less resize shrink width 20px -bindsym $mod+greater resize grow width 20px -bindsym $mod+minus resize shrink height 20px -bindsym $mod+plus resize grow height 20px +bindsym $mod+less resize shrink width 24px +bindsym $mod+greater resize grow width 24px +bindsym $mod+minus resize shrink height 24px +bindsym $mod+plus resize grow height 24px # Switch to workspace bindsym $mod+1 workspace number 1 bindsym $mod+2 workspace number 2