]> git.sur5r.net Git - i3/i3/commitdiff
default config: start i3bar -d by default
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 27 Jul 2011 11:32:27 +0000 (13:32 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 27 Jul 2011 11:32:27 +0000 (13:32 +0200)
like i3-migrate-config-to-v4.pl does it

i3.config

index 4b72201f79094434a546634d3827aaf5cd6a5791..92654f0b180fb17b0496e5bd363d0f75e9a4d98b 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -145,6 +145,10 @@ mode "resize" {
 
 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
+
 #######################################################################
 # automatically start i3-config-wizard to offer the user to create a
 # keysym-based config which used his favorite modifier (alt or windows)