On Fri, 2023-03-24 at 11:03 +0100, lacsaP Patatetom wrote: > I would like the `lxtask` application (LXDE task manager) to open > systematically in "always on top" mode Hi, for similar things I'm using scripts based on a combination of eval $(xdotool ... wmctrl ... I'm not using the "above" property, but I suspect it enables "always on top". I'm using it for several other tasks. The windows of some programs hide their title bars under a top panel when they are launched. One of my scripts automatically moves those programs below the top panel. Regards, Ralf