]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _docs/debugging
update docs for 4.16
[i3/i3.github.io] / _docs / debugging
index 9734b212e16325ef5e0d789d2674d95ed8ef71af..2343a7499c5930b56dca9f8b17e0f200d3d9c9e6 100644 (file)
@@ -10,7 +10,7 @@ Thank you for being interested in debugging i3. It really means
 something to us to get your bug fixed. If you have any questions about the
 process and/or need further help, do not hesitate to contact us!
 
-== Verify you are using i3 ≥ 4.15
+== Verify you are using i3 ≥ 4.16
 
 Only the latest major version of i3 is supported. To verify which version
 you are running, use:
@@ -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:
 
 ---------------------------------------------------------------------