From a611d37be87050248d02503e1ca974f31e31942d Mon Sep 17 00:00:00 2001 From: Greenhouse George Date: Mon, 28 Apr 2014 20:37:35 -0400 Subject: [PATCH] Fixed hjkl resizing in i3 --- i3.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i3.config b/i3.config index 235b5e9..d5b2a14 100644 --- a/i3.config +++ b/i3.config @@ -145,10 +145,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 h 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 j 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 113 resize shrink width 10 px or 10 ppt @@ -173,8 +173,8 @@ bar { bindsym $mod+F5 exec i3lock -n -c 000000 -i /home/george/.wallpaper # F key commands -bindsym $mod+F6 exec xbacklight -dec 10 -bindsym $mod+F7 exec xbacklight -inc 10 +bindsym $mod+F6 exec xbacklight -dec 5 +bindsym $mod+F7 exec xbacklight -inc 2 bindsym $mod+F8 exec amixer -c 0 set "HP/Speaker Auto Detect" toggle bindsym $mod+F9 exec amixer -c 0 set PCM 5- bindsym $mod+F10 exec amixer -c 0 set PCM 5+ @@ -188,6 +188,6 @@ assign [class="Pidgin"] $ws9 # Load on start -exec xbacklight -set 20 +exec xbacklight -set 2 exec feh --bg-fill '/home/george/.wallpaper' exec nm-applet