change default config to use 'bar' blocks (Thanks mxf)
This commit is contained in:
parent
cf67966fa0
commit
bc679b0168
|
@ -147,7 +147,9 @@ bindsym Mod1+r mode "resize"
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
exec i3status | i3bar -d
|
bar {
|
||||||
|
status_line i3status
|
||||||
|
}
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# automatically start i3-config-wizard to offer the user to create a
|
# automatically start i3-config-wizard to offer the user to create a
|
||||||
|
|
|
@ -148,4 +148,6 @@ bindcode $mod+27 mode "resize"
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
exec i3status | i3bar -d
|
bar {
|
||||||
|
status_line i3status
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue