I'm using tilda on 17.10 in order to create a terminal as part of my wallpaper. I have most of the graphics down (a fitting color scheme, transparent background etc. ). However one thing I can't get working is for tilda to be always on the back, right now tilda is transparent so I can see when a screen goes behind it, however when I click on such a screen I instead tend to end up clicking on the tilda screen instead.
I already know that
wmctrl -r :ACTIVE: -b add,below
causes a terminal screen to go behind everything else, however I can't figure out how to make tilda do that on startup without also closing the tilda screen inimitably.
I have a small bash script for you:
copy the code above to a file for example my_tilda
make it excutable
test if it works
if it works you can move it to /usr/local/bin
now you can use start it by:
tilda_bg
hope that helps you
I have had the same question right now, and it seems as if you have to not only disable 'Always on top', but also check 'Set as Desktop window'.
At least that seems to have done it for me.