Le ven. 24 mars 2023 à 11:38, David <bouncingcats@xxxxxxxxx> a écrit : > > On Fri, 24 Mar 2023 at 10:25, lacsaP Patatetom <patatetom@xxxxxxxxx> wrote: > > Le ven. 24 mars 2023 à 11:13, <2QdxY4RzWzUUiLuE@xxxxxxxxxxxxxxxxx> a écrit : > > > On 2023-03-24 at 11:03:33 +0100, lacsaP Patatetom <patatetom@xxxxxxxxx> wrote: > > > > > I would like the `lxtask` application (LXDE task manager) to open > > > > systematically in "always on top" mode : is it possible to do this in > > > > the `~/.Xresources` file ? > > > > otherwise, where can it be configured ? > > > > "Always on top" is a function of your window manager, so the answer to > > > your question depends on your window manager. > > > I'm using OpenBox. > > Hi, this might help: > https://askubuntu.com/questions/445529/how-can-i-have-an-application-automatically-display-on-all-desktops-with-openbox adding ``` <application name="lxtask"> <layer>above</layer> </application> ``` in the `<applications>...</applications>` node do the trick :-) regards, lacsaP.