Add an i3bar flag: --verbose

Fix the issue #3220. (https://github.com/i3/i3/issues/3220)
This commit is contained in:
hwangcc23
2018-04-10 22:20:42 +08:00
parent b688164235
commit e26fd91cf8
4 changed files with 11 additions and 4 deletions

View File

@ -160,7 +160,8 @@ flood kicks.
== Debugging i3bar
To debug i3bar problems, add +verbose yes+ to all +bar {}+ blocks in your i3
To debug i3bar problems, use the +--verbose+ commandline parameter,
or add +verbose yes+ to all +bar {}+ blocks in your i3
config, reload your config and then restart all i3bar instances like this:
---------------------------------------------------------------------