[openbox] Workspaces and specific location launching

Luciano ES lucmove at gmail.com
Thu Aug 19 21:43:37 EDT 2021


On Fri, 20 Aug 2021 02:24:55 +0200, Julius Hamilton wrote:

> Is it possible to launch an application on a specific region or tile
> of the screen from the command line, with OpenBox?
**************************

Yes, in rc.xml:

<application name="x-terminal-emulator">
  <maximized>no</maximized>
  <decor>no</decor>
  <focus>yes</focus>
  <position force="yes">
    <x>1200</x>
    <y>500</y>
  </position>
</application>

Instead of 'application name' you can also use
'application class' and 'application title' or even a mix such as 

<application name="x-terminal-emulator" class="terminal" title="Term">

Run this:

$ obxprop | grep OB_APP

Then click the desired window to get the info about it.

-- 
Luciano ES
>>


More information about the openbox mailing list