Fixed hjkl resizing in i3
This commit is contained in:
parent
3775d5fd46
commit
a611d37be8
1 changed files with 6 additions and 6 deletions
12
i3.config
12
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
|
||||
|
|
Loading…
Reference in a new issue