Topic: open an application on multiple desktops
hi,
I want to run mrxvt on desktops 1-5. how do I do this? I know how to run it on desktop one as well as how to run it on *all* desktops, but I want it to run on 1-5. help?
CrunchBang Linux Forums » WM/DE Talk » open an application on multiple desktops
hi,
I want to run mrxvt on desktops 1-5. how do I do this? I know how to run it on desktop one as well as how to run it on *all* desktops, but I want it to run on 1-5. help?
at the end of the openbox rc.xml you can setup rules for for windows
i know you can do
<desktop>1</desktop>and
<desktop>all</desktop>but dont know if you can do
<desktop>1,2,3,4,5</desktop>or would have to do
<desktop>1</desktop>
....
<desktop>5</desktop>anyway have a fiddle
I have tried both, and neither works. they just put the application on desktop 1.
hmmm
the only other thing i can suggest then is doing an entire entry for each desktop
ie
<application name="foobar">
<desktop>1</desktop>
</application>
<application name="foobar">
<desktop>2</desktop>
</application>
....although im not hopeful
this will only put the application on the last mentioned desktop (which would in my case be desktop 5).
Posts [ 5 ]
CrunchBang Linux Forums » WM/DE Talk » open an application on multiple desktops
Forums powered by PunBB. Hosted by Linode.
Copyright © CrunchBang Linux.
Proudly powered by Debian GNU/Linux.
Debian is a registered trademark of Software in the Public Interest, Inc.