Commit 83aa3b01 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Reverted resizing approach for hjkl.

parent 0a47368e
......@@ -326,12 +326,11 @@ bindsym $mod+Mod1+Down resize grow height 100 px or 20 ppt
bindsym $mod+Mod1+Up resize shrink height 100 px or 20 ppt
bindsym $mod+Mod1+Right resize grow width 100 px or 20 ppt
# hkjl resize (plus special mod+space resize)
bindsym $mod+Mod1+h resize set width 4ppt
bindsym $mod+Mod1+j resize set width 25ppt
bindsym $mod+Mod1+k resize set width 50ppt
bindsym $mod+Mod1+l resize set width 75ppt
bindsym $mod+space resize set width 96ppt
# hkjl resize
bindsym $mod+Mod1+h resize shrink width 100 px or 20 ppt
bindsym $mod+Mod1+j resize grow height 100 px or 20 ppt
bindsym $mod+Mod1+k resize shrink height 100 px or 20 ppt
bindsym $mod+Mod1+l resize grow width 100 px or 20 ppt
bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Down resize grow height 10 px or 2 ppt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment