From 3079f1aab2a82e5a22857ec386ad642b3a62d06b Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Thu, 15 Sep 2011 23:07:37 +0200 Subject: NEWS/README update --- NEWS | 3 +++ README | 8 ++++++++ 2 files changed, 11 insertions(+) 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 ============= -- cgit v1.2.3