]> git.sur5r.net Git - i3/i3/blobdiff - docs/debugging
Merge pull request #3319 from Stunkymonkey/format_placholders-case_sensitive
[i3/i3] / docs / debugging
index 07bc13a04a0f51bcc5b804212de99c9d5e475ec3..562a11f21e5f36993ac494f2405502a8345c387c 100644 (file)
@@ -153,14 +153,15 @@ When sending bug reports, please attach the *whole* log file. Even if you think
 you found the section which clearly highlights the problem, additional
 information might be necessary to completely diagnose the problem.
 
-When debugging with us in IRC, be prepared to use a so called nopaste service
+When debugging with us in IRC, be prepared to use a so-called nopaste service
 such as https://pastebin.com because pasting large amounts of text in IRC
 sometimes leads to incomplete lines (servers have line length limitations) or
 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:
 
 ---------------------------------------------------------------------