Le ven. 24 mars 2023 à 11:43, lacsaP Patatetom <patatetom@gmail.com> a écrit :
Le ven. 24 mars 2023 à 11:38, David <bouncingcats@gmail.com> a écrit :
On Fri, 24 Mar 2023 at 10:25, lacsaP Patatetom <patatetom@gmail.com> wrote:
Le ven. 24 mars 2023 à 11:13, <2QdxY4RzWzUUiLuE@potatochowder.com> a écrit :
On 2023-03-24 at 11:03:33 +0100, lacsaP Patatetom <patatetom@gmail.com> 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-automat...
adding ``` <application name="lxtask"> <layer>above</layer> </application> ``` in the `<applications>...</applications>` node do the trick :-)
regards, lacsaP.
in my `~/.config/openbox/rc.xml` file ;-)