summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 45eeca6..05f441f 100644
--- a/readme.md
+++ b/readme.md
@@ -339,6 +339,11 @@ An example using the `dbus-send` command line utility:
org.Xmobar.Control.SendSignal \
"string:Toggle"
+It is also possible to send multiple signals at once:
+ # send to another screen, reveal and toggle the persistent flag
+ dbus-send [..] \
+ "string:ChangeScreen" "string:Reveal" "string:TogglePersistent"
+
## The Output Template