]> git.sur5r.net Git - i3/i3/commitdiff
change default config to use 'bar' blocks (Thanks mxf)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 21 Oct 2011 18:01:02 +0000 (19:01 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 21 Oct 2011 18:01:02 +0000 (19:01 +0100)
i3.config
i3.config.keycodes

index 7d7fce3301c664cf34326b5b8a1b84c579e77d26..9a040585ef7bc71e183fef313b5246fcb31a8fe4 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -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
index 0f1112dba65fc6d3c05541ab5b2a630c596e33bb..89811dbb74c4a306b5c61a9e3d3e10941cf7c462 100644 (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
+}