myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 50726fa81d3b10a86983e933ba271ec2fbefd3a1
parent 02990d8a280056cc69ee73f9006493a1f1fb8745
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 22 May 2017 10:41:46 -0600

other resize shortcuts

Diffstat:
i3/config | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/i3/config b/i3/config @@ -143,6 +143,11 @@ mode "resize" { 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 + bindsym Shift+h resize shrink width 1 px or 1 ppt + bindsym Shift+j resize grow height 1 px or 1 ppt + bindsym Shift+k resize shrink height 1 px or 1 ppt + bindsym Shift+l resize grow width 1 px or 1 ppt + # back to normal: Enter or Escape bindsym Return mode "default"