summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMartin Perner <martin@perner.cc>2011-09-15 23:07:37 +0200
committerMartin Perner <martin@perner.cc>2011-09-15 23:07:37 +0200
commit3079f1aab2a82e5a22857ec386ad642b3a62d06b (patch)
treef135f6bdf2933b829e1ad73148b78a2f1518b487
parent7a8b4d611a97de4255131630f578124de5bbf3f4 (diff)
downloadxmobar-3079f1aab2a82e5a22857ec386ad642b3a62d06b.tar.gz
xmobar-3079f1aab2a82e5a22857ec386ad642b3a62d06b.tar.bz2
NEWS/README update
-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
=============