I wanted to know if there is any method or code available to fix a particular window (say for example a newly created window) on to the top of the window stack in xcb, so that Alt+Tab is completely disabled from that window, i.e, Alt+Tab works only with other windows in the stack except the top window ?
I am using code of xcb from here:
https://xcb.freedesktop.org/tutorial/basicwindowsanddrawing/
I referred to the below link for setting the window on to the top of the stack, but when I press Alt+Tab, the other windows pop up onto the screen.
https://www.x.org/releases/X11R7.6/doc/libxcb/tutorial/index.html#winstack
So, is there a way to stop the Alt+Tab from associating from the top window, and only with the lower windows ?