Skip to content

Instantly share code, notes, and snippets.

@keddad
Created October 4, 2020 19:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save keddad/942fb635a2a36b4cde09e06fb09de705 to your computer and use it in GitHub Desktop.
<keybind key="W-m">
<action name="If">
<query>
<maximized>yes</maximized>
</query>
<then>
<action name="Unmaximize" />
</then>
<else>
<action name="Maximize" />
</else>
</action>
</keybind>
<keybind key="W-Left">
<action name="UnmaximizeFull" />
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>50%</width>
</action>
<action name="MaximizeVert" />
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull" />
<action name="MoveResizeTo">
<x>50%</x>
<y>0</y>
<width>50%</width>
</action>
<action name="MaximizeVert" />
</keybind>
<keybind key="W-S-q">
<action name="Close" />
</keybind>
<keybind key="A-Escape">
<action name="Lower" />
<action name="FocusToBottom" />
<action name="Unfocus" />
</keybind>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment