]> git.sur5r.net Git - i3/i3/commit
Implement the window_role criterion (checks WM_WINDOW_ROLE)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 15:05:10 +0000 (16:05 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 15:05:10 +0000 (16:05 +0100)
commitb3adaa2983c7e609ae57a665f3f8015c64e4ead6
tree9f32c44d84b655d9ad2dd3dbe39ea6b49bd56841
parent99168a84a973c38a00ce72243d738bf5015acef0
Implement the window_role criterion (checks WM_WINDOW_ROLE)

Closes: #446
This is handy for matching specific windows of a multi-window application, for
example only Pidgin’s buddy list window.
include/atoms.xmacro
include/data.h
include/window.h
src/cfgparse.l
src/cfgparse.y
src/cmdparse.l
src/cmdparse.y
src/handlers.c
src/manage.c
src/match.c
src/window.c