From c270463643e054142579b13289b7300a15de76b5 Mon Sep 17 00:00:00 2001 From: Tobias Sachs Date: Wed, 30 Nov 2022 16:42:04 +0100 Subject: [PATCH] i3 resize vimkeyes --- stow/i3/.config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stow/i3/.config/i3/config b/stow/i3/.config/i3/config index 5d932f9..488b985 100644 --- a/stow/i3/.config/i3/config +++ b/stow/i3/.config/i3/config @@ -59,7 +59,7 @@ floating_modifier $mod bindsym $mod+Return exec /usr/bin/i3-sensible-terminal # start a terminal -# use default and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal +# use hefault and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal # kill focused window bindsym $mod+Shift+q kill @@ -181,10 +181,10 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt + bindsym k resize shrink height 10 px or 10 ppt + bindsym l resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt -- 2.39.2