How to prevent an X Window from receiving user input?
问题 I would like to create some windows on a linux desktop for simple layout purposes. I need to avoid user input going to these windows (and I suppose avoiding the windows from gaining focus should suffice for that to happen). I think that I can do this with the xprop command, by setting the WM_HINTS property, but I haven't found specific documentation on how to do it. By the way, for an mplayer window, I can do this by using the option -input nodefault-bindings:conf=/dev/null . I simply need a