summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--README8
2 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 361417f..72b4ea9 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ _New features_
- New brightness monitor, courtesy of Martin Perner.
- New DateZone plugin, for localized datetimes, also by Martin.
+ - Rewrite of the event handling ([issue 53], [issue 57]), also by Martin.
- Cpu monitor now also reports `iowait` field ([issue 55]).
_Bug fixes_
@@ -20,7 +21,9 @@ _Bug fixes_
[issue 48]: http://code.google.com/p/xmobar/issues/detail?id=48
[issue 50]: http://code.google.com/p/xmobar/issues/detail?id=50
+[issue 53]: http://code.google.com/p/xmobar/issues/detail?id=53
[issue 55]: http://code.google.com/p/xmobar/issues/detail?id=55
+[issue 57]: http://code.google.com/p/xmobar/issues/detail?id=57
## Version 0.13 (March 28, 2011)
diff --git a/README b/README
index caaa882..11c94d2 100644
--- a/README
+++ b/README
@@ -144,6 +144,14 @@ or
if you have the default configuration file saved as `~/.xmobarrc`
+### Signal Handling
+
+Since 0.14 xmobar reacts to SIGHUP and SIGUSR1:
+
+- After receiving SIGHUP xmobar moves its position to the next screen.
+
+- After receiving SIGUSR1 xmobar repositions it self on the current screen.
+
Configuration
=============