change default config to use 'bar' blocks (Thanks mxf)

next
Michael Stapelberg 2011-10-21 19:01:02 +01:00
parent cf67966fa0
commit bc679b0168
2 changed files with 6 additions and 2 deletions

View File

@ -147,7 +147,9 @@ bindsym Mod1+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
exec i3status | i3bar -d
bar {
status_line i3status
}
#######################################################################
# automatically start i3-config-wizard to offer the user to create a

View File

@ -148,4 +148,6 @@ bindcode $mod+27 mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
exec i3status | i3bar -d
bar {
status_line i3status
}