]> git.sur5r.net Git - i3/i3/blobdiff - docs/userguide
Merge pull request #1712 from Airblader/feature-next-wm-size-hints-adopted
[i3/i3] / docs / userguide
index 65d82d977323903576c68b327086e80afe4807a0..e21553815601c5bebd60c5793c22595afd6863f5 100644 (file)
@@ -1078,6 +1078,20 @@ show_marks yes|no
 show_marks yes
 --------------
 
+[[line_continuation]]
+
+=== Line continuation
+
+Config files support line continuation, meaning when you end a line in a
+backslash character (`\`), the line-break will be ignored by the parser. This
+feature can be used to create more readable configuration files.
+
+*Examples*:
+-------------------
+bindsym Mod1+f \
+fullscreen toggle
+-------------------
+
 == Configuring i3bar
 
 The bar at the bottom of your monitor is drawn by a separate process called
@@ -1340,7 +1354,9 @@ bar {
 }
 
 # show tray icons on the primary monitor
-tray_output primary
+bar {
+    tray_output primary
+}
 
 # show tray icons on the big monitor
 bar {