]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: i3.config: status_command, not status_line (Thanks eeemsi)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 22 Oct 2011 17:28:11 +0000 (18:28 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 22 Oct 2011 17:28:11 +0000 (18:28 +0100)
i3.config
i3.config.keycodes

index 9a040585ef7bc71e183fef313b5246fcb31a8fe4..c5208c9b02b7d2a7ef3d54a2e2c42b40588332e6 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -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_line i3status
+       status_command i3status
 }
 
 #######################################################################
index 89811dbb74c4a306b5c61a9e3d3e10941cf7c462..185e9f041955e877cf3085ab6359593911499195 100644 (file)
@@ -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_line i3status
+       status_command i3status
 }