-
-
Save stpettersens/c1f388628ab6b5902ec87e1eaf9b834e to your computer and use it in GitHub Desktop.
A Better Aero Snap with Openbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use Super key (W) + J and L as they correspond to <- and -> on my keyboard.