Skip to content

Instantly share code, notes, and snippets.

@stpettersens
Forked from downthecrop/rc.xml
Last active November 4, 2025 16:15
Show Gist options
  • Select an option

  • Save stpettersens/c1f388628ab6b5902ec87e1eaf9b834e to your computer and use it in GitHub Desktop.

Select an option

Save stpettersens/c1f388628ab6b5902ec87e1eaf9b834e to your computer and use it in GitHub Desktop.
A Better Aero Snap with Openbox
<!-- Window Tiling: Emulates Windows 7 Snap feature JASON CAVETT -->
<keybind key="W-J">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
<keybind key="W-L">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
@stpettersens
Copy link
Author

stpettersens commented Nov 4, 2025

I use Super key (W) + J and L as they correspond to <- and -> on my keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment