Skip to content

Instantly share code, notes, and snippets.

@ovigia
Forked from downthecrop/rc.xml
Created August 10, 2025 21:22
Show Gist options
  • Save ovigia/8f66c1da8f5176663df0ad7e9b90794c to your computer and use it in GitHub Desktop.
Save ovigia/8f66c1da8f5176663df0ad7e9b90794c to your computer and use it in GitHub Desktop.

Revisions

  1. @downthecrop downthecrop created this gist Aug 23, 2019.
    17 changes: 17 additions & 0 deletions rc.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <!-- 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>