From 3f259d0e83dab1d819bac9687c757bb9b9dde21e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 24 Aug 2015 20:50:18 +0200 Subject: [PATCH] docs/debugging: make it clearer that you need to reload i3 --- docs/debugging | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/debugging b/docs/debugging index cf61813d..55197753 100644 --- a/docs/debugging +++ b/docs/debugging @@ -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 \ -- 2.39.2