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