diff options
author | Jochen Keil <jochen.keil@gmail.com> | 2012-08-13 07:30:27 +0200 |
---|---|---|
committer | Jochen Keil <jochen.keil@gmail.com> | 2012-08-13 07:30:27 +0200 |
commit | 501b4afb25692bf8449088594d46a3c22645d325 (patch) | |
tree | a51bfb1fc06c07da5d19687f284c7f1f1b392ca7 | |
parent | b8cf77207eb7dfa99f842f5b7e63fee95efe3796 (diff) | |
download | xmobar-501b4afb25692bf8449088594d46a3c22645d325.tar.gz xmobar-501b4afb25692bf8449088594d46a3c22645d325.tar.bz2 |
Add a bit about DBus to documentation
Only one process can export the dbus interface at a time.
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -302,6 +302,10 @@ xmobar --help): xmobar can be controlled over dbus. All signals defined in [src/Signal.hs] as `data SignalType` can now be sent over dbus to xmobar. +Due to current limitations of the implementation only one process of xmobar can +aquire the dbus. This is handled in a FCFS manor, meaning that the first process +will get the dbus interface. Other processes will run without further problems, +yet have no dbus interface. [src/Signal.hs]: https://github.com/jaor/xmobar/raw/master/src/Signal.hs |