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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -