]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #1797 from hwangcc23/config-file-line-continuation
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 27 Jul 2015 20:27:03 +0000 (13:27 -0700)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Mon, 27 Jul 2015 20:27:03 +0000 (13:27 -0700)
Support config file line continuation

docs/ipc
docs/userguide

index ed8f55872ac49bcc79afe65f207dc164f76cccd0..4462e772ba405cfc5332bea42eed400922085076 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -829,3 +829,5 @@ Python::
 Ruby::
        * https://github.com/veelenga/i3ipc-ruby
        * https://github.com/badboy/i3-ipc (not maintained)
+Rust::
+       * https://github.com/tmerr/i3ipc-rs
index 9a41a490a1ed8155daef9121e6d3485560ed0b6c..7924560d8203aa1ff1d5d7ab4a5630c0403f1b1b 100644 (file)
@@ -1353,7 +1353,9 @@ bar {
 }
 
 # show tray icons on the primary monitor
-tray_output primary
+bar {
+    tray_output primary
+}
 
 # show tray icons on the big monitor
 bar {