[openbox] 2 monitors
jouke hijlkema
jouke.hijlkema at gmail.com
Wed Mar 4 04:46:50 EST 2020
I'm trying to configure my openbox to open certain applications on a given
desktop and a given monitor. The desktop thing works. The monitor does not.
The bit of my rc.xml that should do this:
</applications>
<application name="gnome-calendar" class="Gnome-calendar" >
<desktop>10</desktop>
<position force="yes">
<x>0</x>
<y>0</y>
<monitor>1</monitor>
</position>
<maximized>true</maximized>
</application>
<application name="brave-browser" class="Brave-browser">
<desktop>10</desktop>
<position force="yes">
<x>0</x>
<y>0</y>
<monitor>0</monitor>
</position>
<maximized>true</maximized>
</application>
</applications>
This opens brave and calendar on desktop 10 but both on monitor 0. I
expected calendar to open on monitor 1
Thank you for your help,
Jouke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/openbox/attachments/20200304/2f6032b9/attachment.htm>
More information about the openbox
mailing list