diff options
author | Martin Perner <martin@perner.cc> | 2011-09-15 23:07:37 +0200 |
---|---|---|
committer | Martin Perner <martin@perner.cc> | 2011-09-15 23:07:37 +0200 |
commit | 3079f1aab2a82e5a22857ec386ad642b3a62d06b (patch) | |
tree | f135f6bdf2933b829e1ad73148b78a2f1518b487 | |
parent | 7a8b4d611a97de4255131630f578124de5bbf3f4 (diff) | |
download | xmobar-3079f1aab2a82e5a22857ec386ad642b3a62d06b.tar.gz xmobar-3079f1aab2a82e5a22857ec386ad642b3a62d06b.tar.bz2 |
NEWS/README update
-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 ============= |