convert tabs into whitespaces in config files
This commit is contained in:
parent
3c1c67e3f1
commit
cedeb88682
|
@ -148,7 +148,7 @@ bindsym Mod1+r mode "resize"
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
status_command i3status
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
|
|
|
@ -149,5 +149,5 @@ bindcode $mod+27 mode "resize"
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3status
|
||||
status_command i3status
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue