X11 behaviour without window manager -



X11 behaviour without window manager -

i working on scheme on want prevent end user moving/resizing windows. hence starting x11 server , graphical application (named app1) without window manager.

now need start graphical application (app2) on top of app1. i've done tests , seems x11 behavior stack each new created window on top of previous ones. clicking on window not create focus or alter it's "z" position relatively other windows.

i wondering if default x11 behaviour (is documented somewhere ?) , if tunable ?

mika

window x11

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -