Browse Source

Fine tune resize steps

Alois Mahdal 10 years ago
parent
commit
b3e53494a6
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      dotfiles/i3/config

+ 8
- 8
dotfiles/i3/config View File

@@ -151,16 +151,16 @@ mode "resize" {
151 151
         # Pressing right will grow the window’s width.
152 152
         # Pressing up will shrink the window’s height.
153 153
         # Pressing down will grow the window’s height.
154
-        bindsym j           resize shrink   width   10 px or 10 ppt
155
-        bindsym k           resize grow     height  10 px or 10 ppt
156
-        bindsym l           resize shrink   height  10 px or 10 ppt
157
-        bindsym semicolon   resize grow     width   10 px or 10 ppt
154
+        bindsym j           resize shrink   width   200 px or 12 ppt
155
+        bindsym k           resize grow     height  200 px or 12 ppt
156
+        bindsym l           resize shrink   height  200 px or 12 ppt
157
+        bindsym semicolon   resize grow     width   200 px or 12 ppt
158 158
 
159 159
         # same bindings, but for the arrow keys
160
-        bindsym Left        resize shrink   width   10 px or 10 ppt
161
-        bindsym Down        resize grow     height  10 px or 10 ppt
162
-        bindsym Up          resize shrink   height  10 px or 10 ppt
163
-        bindsym Right       resize grow     width   10 px or 10 ppt
160
+        bindsym Left        resize shrink   width   200 px or 12 ppt
161
+        bindsym Down        resize grow     height  200 px or 12 ppt
162
+        bindsym Up          resize shrink   height  200 px or 12 ppt
163
+        bindsym Right       resize grow     width   200 px or 12 ppt
164 164
 
165 165
         # back to normal: Enter or Escape
166 166
         bindsym Return mode "default"