Browse Source

Add smaller step resize bindings

Alois Mahdal 10 years ago
parent
commit
a3c9a0b181
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      dotfiles/i3/config

+ 4
- 0
dotfiles/i3/config View File

@@ -150,6 +150,10 @@ mode "resize" {
150 150
         bindsym Down        resize grow     height  200 px or 12 ppt
151 151
         bindsym Up          resize shrink   height  200 px or 12 ppt
152 152
         bindsym Right       resize grow     width   200 px or 12 ppt
153
+        bindsym Shift+Left  resize shrink   width   25 px or 2 ppt
154
+        bindsym Shift+Down  resize grow     height  25 px or 2 ppt
155
+        bindsym Shift+Up    resize shrink   height  25 px or 2 ppt
156
+        bindsym Shift+Right resize grow     width   25 px or 2 ppt
153 157
         bindsym Return      mode "default"
154 158
         bindsym Escape      mode "default"
155 159
 }