From 86de02ca8c6eaad45f4bdb62865fb049105d6b04 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 27 Jul 2011 13:32:27 +0200 Subject: [PATCH] default config: start i3bar -d by default like i3-migrate-config-to-v4.pl does it --- i3.config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3.config b/i3.config index 4b72201f..92654f0b 100644 --- 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) -- 2.39.5