<!-- with Smart placement on a multi-monitor system, try to place new windows
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
the active window is, 'Primary' - only on the primary monitor -->
- <primaryMonitor>1</primaryMonitor>
+ <primaryMonitor>Active</primaryMonitor>
<!-- The monitor where Openbox should place popup dialogs such as the
focus cycling popup, or the desktop switch popup. It can be an index
from 1, specifying a particular monitor. Or it can be one of the
<context name="Frame">
<mousebind button="W-Left" action="Drag">
<action name="Move"/>
+ <action name="Raise"/>
</mousebind>
<mousebind button="W-Right" action="Drag">
<action name="Resize"/>
+ <action name="Raise"/>
</mousebind>
<mousebind button="W-Middle" action="Click">
<action name="ToggleMaximize"/>
+ <action name="Raise"/>
</mousebind>
</context>
<context name="Titlebar">
<mousebind button="Left" action="Drag">
<action name="Move"/>
+ <action name="Raise"/>
</mousebind>
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/>
+ <action name="Raise"/>
</mousebind>
<mousebind button="Up" action="Click">
<action name="if">
</mousebind>
<mousebind button="Left" action="Drag">
<action name="Resize"/>
+ <action name="Raise"/>
</mousebind>
</context>
<context name="Client">
</mousebind>
<mousebind button="W-Left" action="Drag">
<action name="Move"/>
+ <action name="Raise"/>
</mousebind>
<mousebind button="W-Right" action="Drag">
<action name="Resize"/>
+ <action name="Raise"/>
</mousebind>
</context>
<context name="Icon">