Fixed hjkl resizing in i3

This commit is contained in:
Amarpreet Minhas 2014-04-28 20:37:35 -04:00
parent 3775d5fd46
commit a611d37be8

View file

@ -145,10 +145,10 @@ mode "resize" {
# Pressing right will grow the windows width.
# Pressing up will shrink the windows height.
# Pressing down will grow the windows 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