]> git.sur5r.net Git - i3/i3/commitdiff
docs/debugging: make it clearer that you need to reload i3
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Aug 2015 18:50:18 +0000 (20:50 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Aug 2015 18:50:18 +0000 (20:50 +0200)
docs/debugging

index cf61813d4789b52c1c4791f4b28f92698c73e4b2..55197753c0d03ffffff82097f00ebab1c9d0069c 100644 (file)
@@ -153,10 +153,11 @@ length limitations) or flood kicks.
 
 == Debugging i3bar
 
-To debug i3bar problems, add +verbose yes+ to all +bar {}+ blocks in your i3 config
-and then restart all i3bar instances like this:
+To debug i3bar problems, add +verbose yes+ to all +bar {}+ blocks in your i3
+config, reload your config and then restart all i3bar instances like this:
 
 ---------------------------------------------------------------------
+$ i3 reload
 $ killall i3bar
 $ for c in $(i3-msg -t get_bar_config | python -c \
       'import json,sys;print("\n".join(json.load(sys.stdin)))'); do \