소스 검색

Fix config spacing

Alois Mahdal 10 년 전
부모
커밋
d852f9e1fe
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    4
      dotfiles/i3/config

+ 2
- 4
dotfiles/i3/config 파일 보기

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