You are not logged in.
By default bl-exit windows starts with openbox always on top active. There are any way to change this behavior for all users or better for specific user?
Thanks!
Last edited by pepemopap (2018-10-10 12:01:46)
Offline
Ok, i think i solve it in rc.xml with:
<application name="bl-exit">
<focus>no</focus>
<layer>below</layer>
</application>
Offline
^ there must be a more elegant way.
that being a python script.
looking at
geany $(which bl-exit)
i find a line
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
so here's what you do:
copy it from /usr/bin to ~/bin
make sure it's still executable
remove the line mentioned
caveat: you have to repeat that anytime bl-exit is updated.
Offline