You are not logged in.
I've got a question: I run two programs (browser and e-mail) in the OpenBox "autostart" file.
So far everything well at the start then beat both on the desktop!
I want the two but if you only reduced as a symbol in the panel (tint2) on Desktop 1.
How does it work? What command and where I need to provide this?
Last edited by searchone (2016-02-02 19:20:35)
English by Google - blame them, Ich bin Deutscher.
Offline
I presume you are asking how to start the applications minimised.
For Iceweasel, add this stanza to ~/.config/openbox/rc.xml
<application name="Navigator" class="Iceweasel">
<iconic>yes</iconic>
</application>
You can use the same trick with your email application by using:
xprop
and clicking on the email application window, then look at the "WM_CLASS(STRING) =" line to get the application name & class.
This is untested as I'm using xmonad, let me know if it doesn't work.
Offline
Thats it! Thanks
English by Google - blame them, Ich bin Deutscher.
Offline
You're welcome
Please add "[SOLVED]" to the thread title to help others who have the same problem.
Offline
be careful that popup windows don't get minimized too!
so, as HoaS hinted at, you have to get both application name/class and role correct.
and for that you should use "obxprop", not "xprop".
the process is described in ~/.config/openbox/rc.xml
Last edited by ohnonot (2016-02-02 18:53:01)
Offline
Thanks ohnonot!
English by Google - blame them, Ich bin Deutscher.
Offline