dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 955e6a92d1f1df776feef363e75ec3b98b70b95c
parent ffb998d7bc372c5b022efa555bd24272c907e429
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Mon, 29 Oct 2012 10:02:06 +0100

Changed resize keys to vi style

Diffstat:
M.i3/config | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -128,10 +128,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 ae 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