Browse Source

Fix config spacing

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

+ 2
- 4
dotfiles/i3/config View File

161
         bindsym Down        resize grow     height  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
162
         bindsym Up          resize shrink   height  200 px or 12 ppt
163
         bindsym Right       resize grow     width   200 px or 12 ppt
163
         bindsym Right       resize grow     width   200 px or 12 ppt
164
-
165
         # back to normal: Enter or Escape
164
         # back to normal: Enter or Escape
166
-        bindsym Return mode "default"
167
-        bindsym Escape mode "default"
165
+        bindsym Return      mode "default"
166
+        bindsym Escape      mode "default"
168
 }
167
 }
169
 
168
 
170
 bindsym $mod+r mode "resize"
169
 bindsym $mod+r mode "resize"
171
-
172
 # Start i3bar to display a workspace bar (plus the system information i3status
170
 # Start i3bar to display a workspace bar (plus the system information i3status
173
 # finds out, if available)
171
 # finds out, if available)
174
 bar {
172
 bar {