all repos — fluxbox @ bce70c6714ff85336693d3366549c9974c302ef0

custom fork of the fluxbox windowmanager

added support for _NET_WM_STATE_DEMANDS_ATTENTION
fluxgen fluxgen
commit

bce70c6714ff85336693d3366549c9974c302ef0

parent

004d4469da027223d478181fe8e8e2c47f17c48a

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,15 @@

(Format: Year/Month/Day) Changes for 0.9.16: +*06/05/13: + * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik) + When this state is set fluxbox will start flashing + the titlebar and button in the toolbar. It will stop when the window + is focused. + The blink rate can be configured with the following resource: + session.screen0.demandsAttentionTimeout: <timeout in milliseconds> + Default value is 500. + If the value is zero this feature will be disabled. + Ewmh.hh/cc, IconbarTool.cc, AttentionNoticeHandler.hh/cc, Window.hh/cc *06/05/07: * Handle EMWH window and icon titles, plus localise workspace names (Simon) - FbTk::FbWindow::textProperty now handles utf8 type, and always