From 26cd61eec71f53bb7983325dbdbb18726929729f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 19 Feb 2021 09:49:06 -0500 Subject: [PATCH] [i3] Fix conflicting keybindings --- i3/.config/i3/config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0197139..452ae2b 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -129,11 +129,6 @@ bindsym $mod+Shift+Ctrl+j resize shrink height 1px or 1 ppt bindsym $mod+Shift+Ctrl+k resize grow height 1px or 1 ppt bindsym $mod+Shift+Ctrl+l resize grow width 1px or 1 ppt -bindsym $mod+Shift+Ctrl+Left resize shrink width 1px or 1 ppt -bindsym $mod+Shift+Ctrl+Down resize shrink height 1px or 1 ppt -bindsym $mod+Shift+Ctrl+Up resize grow height 1px or 1 ppt -bindsym $mod+Shift+Ctrl+Right resize grow width 1px or 1 ppt - # VERTICAL SPLIT bindsym $mod+v split v