]> git.sur5r.net Git - i3/i3/commit
raise fullscreen windows on top of all other X11 windows
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Apr 2013 13:38:00 +0000 (15:38 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Apr 2013 13:38:00 +0000 (15:38 +0200)
commit0659a0d98ca98fcd134c277c6a61ca3c9a04544e
tree1bcab0c6bb46bd8758d4509b07964cc8233de132
parent3f525eba41121bcba7c05c732b2b5f1c5305d3c6
raise fullscreen windows on top of all other X11 windows

Note that this is ineffective for dunst’s notifications because dunst
re-raises them as soon as they get obscured. It does work for dzen2
however, which was the original use-case.

fixes #569
include/x.h
src/render.c
src/x.c