dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 84ddf971474ea1bc565b5e6e63d0452ee444d215
parent 2e2889ebd4e98f8a8a8fbbde9cc5b1585a68bbb8
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 25 May 2014 22:04:43 -0700

Better resize keys

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

diff --git a/.i3/config b/.i3/config @@ -115,8 +115,8 @@ mode "resize" { # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. bindsym l 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 j resize shrink height 10 px or 10 ppt + bindsym k resize grow height 10 px or 10 ppt bindsym h resize grow width 10 px or 10 ppt # back to normal: Enter or Escape