From b9e5ba7f4fe2a9a7e7399022dd4dc93e314cacd2 Mon Sep 17 00:00:00 2001 From: Charles D Date: Mon, 3 Jul 2023 13:02:08 -0400 Subject: [PATCH] change resize bindings --- .config/i3/keybinds.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/i3/keybinds.conf b/.config/i3/keybinds.conf index 65858f3..9712fcb 100644 --- a/.config/i3/keybinds.conf +++ b/.config/i3/keybinds.conf @@ -6,10 +6,10 @@ set $fileManager "thunar" bindsym $mod+w exec --no-startup-id rofi -show window -show-icons bindsym $mod+c exec --no-startup-id ~/.config/rofi/scripts/configs.sh -bindsym Shift+Down resize shrink height 8 px or 8 ppt -bindsym Shift+Up resize grow height 8 px or 8 ppt -bindsym Shift+Left resize shrink width 8 px or 8 ppt -bindsym Shift+Right resize grow width 8 px or 8 ppt +bindsym $mod+Shift+Down resize shrink height 8 px or 8 ppt +bindsym $mod+Shift+Up resize grow height 8 px or 8 ppt +bindsym $mod+Shift+Left resize shrink width 8 px or 8 ppt +bindsym $mod+Shift+Right resize grow width 8 px or 8 ppt # change focus between tiling / floating windows bindsym $mod+space focus mode_toggle