[openbox] What is the unit of the ResizeRelative actions?

Paul openboxml023478 at rainslide.net
Thu Jun 13 06:52:09 EDT 2013


On Thursday, 13 June, 2013 at 08:02:53 BST, Wujek Srujek wrote:
>Is there a way to force pixels? Or to specify a different amount for a
>specific class of applications? I would then use the 50 for everything and
>something smaller for my terminal (lxterminal).

See 'if': http://openbox.org/wiki/Help:Actions#If

You can test on the window title. Eg., to detect Firefox:

         <action name="If">
           <title>*Mozilla Firefox</title>
           <then>
             <action name="Execute">
               <command>xdotool key ctrl+w</command>
             </action>
           </then>
         </action>


More information about the openbox mailing list