diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 8 |
2 files changed, 11 insertions, 0 deletions
@@ -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) @@ -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 ============= |