]> git.sur5r.net Git - i3/i3/commit
Add support for _NET_WM_STATE_DEMANDS_ATTENTION.
authoroblique <psyberbits@gmail.com>
Tue, 26 Feb 2013 00:37:35 +0000 (02:37 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Mar 2013 09:55:13 +0000 (10:55 +0100)
commit8a4a719093f6382848f5e8d5f49b6c9b37792c25
tree1aeae60cea545636e9433d35ab820bee8dd83d6f
parent8327f837a08819b1169f73b3e55e4ffbfeacddf9
Add support for _NET_WM_STATE_DEMANDS_ATTENTION.

_NET_WM_STATE_DEMANDS_ATTENTION indicates that some action in or with
the window happened. It's a weaker hint than urgency flag of WM_HINTS,
but some applications and almost all Qt applications use it instead of
WM_HINTS' urgency flag (one example is Skype).
docs/hacking-howto
include/atoms.xmacro
include/con.h
src/con.c
src/ewmh.c
src/handlers.c
testcases/t/113-urgent.t