]> git.sur5r.net Git - i3/i3/commit
Implement smart popup_during_fullscreen mode
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Oct 2012 17:59:09 +0000 (19:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 24 Oct 2012 18:54:28 +0000 (20:54 +0200)
commit9b87b2c8ec74d74f05e87ce8be8ef96e9322459b
tree5b883267157b54f70dcaff0ebf7f3939d64ca816
parent29b19a746811b8ba03ba888191d4de738b965909
Implement smart popup_during_fullscreen mode

With this commit, the default behavior is to display popups while there
is a fullscreen application only if the popup belongs to that
application (as determined by the WM_TRANSIENT_FOR hint which
applications have to set properly).

fixes #663
docs/userguide
include/config.h
src/click.c
src/manage.c
src/render.c