Add full screen hook.
I use a dzen2 bar as my status bar. when any app goes fullscreen, the bar is still displayed. Something like
xdotool search --onlyvisible --name dzen\ title windowunmap %@ || xdotool search --name dzen\ title windowmap %@
can toggle the visibility of bar. I want to know if there is anyway for this to be executed automatically when an app goes fullscreen. I am not talking about $mod+f, but when app goes fullscreen on pressing the internal shortcut like F11 or something.
Unless it uses override redirect, no window should be on top of a fullscreen window. If this is the case this might be a bug.