Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Created August 23, 2019 02:54
Show Gist options
  • Save downthecrop/be27f699429c46875e43198e4425d466 to your computer and use it in GitHub Desktop.
Save downthecrop/be27f699429c46875e43198e4425d466 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-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
@energygreek
Copy link

works !

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