]> git.sur5r.net Git - i3/i3/commit
Implement new criterion 'window_type = normal|dialog|utility|toolbar|splash|menu...
authorIngo Bürk <ingo.buerk@tngtech.com>
Sat, 18 Apr 2015 19:09:03 +0000 (21:09 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 20 Apr 2015 17:27:39 +0000 (19:27 +0200)
commit550c0ec31867f780b4bbd1a14f1496e7919a2766
tree80deabcb283f0cdb836dbf605e5dac1f2616a4e2
parent7e424b2d71e4c3dbdb314aad03479fc8ee5480ff
Implement new criterion 'window_type = normal|dialog|utility|toolbar|splash|menu|dropdown_menu|popup_menu|tooltip'

fixes #1658
13 files changed:
docs/userguide
include/atoms.xmacro
include/data.h
include/xcb.h
parser-specs/commands.spec
parser-specs/config.spec
src/commands.c
src/config_directives.c
src/ewmh.c
src/main.c
src/manage.c
src/match.c
src/xcb.c