diff options
author | Omar Zeidan <[email protected]> | 2017-12-02 23:03:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-12-20 20:42:12 +0100 |
commit | 8828bd7cabc39f0a3564467c2303774dc494fd0b (patch) | |
tree | 324a1aca5c401a27b8081cedcc77eb1bb573bfc2 /src/50-marco-window-key.xml.in | |
parent | b471b912d68a05711a95a3c0e033c0577262f18e (diff) | |
download | marco-8828bd7cabc39f0a3564467c2303774dc494fd0b.tar.bz2 marco-8828bd7cabc39f0a3564467c2303774dc494fd0b.tar.xz |
Added keybindings for corner tiling
Diffstat (limited to 'src/50-marco-window-key.xml.in')
-rw-r--r-- | src/50-marco-window-key.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/50-marco-window-key.xml.in b/src/50-marco-window-key.xml.in index 0b3ecef4..6d826d5f 100644 --- a/src/50-marco-window-key.xml.in +++ b/src/50-marco-window-key.xml.in @@ -78,6 +78,22 @@ _description="Tile window to west (left) side of screen" /> <KeyListEntry + name="tile-to-corner-nw" + _description="Tile window to north-west (top left) corner" /> + + <KeyListEntry + name="tile-to-corner-ne" + _description="Tile window to north-east (top right) corner" /> + + <KeyListEntry + name="tile-to-corner-sw" + _description="Tile window to south-west (bottom left) corner" /> + + <KeyListEntry + name="tile-to-corner-se" + _description="Tile window to south-east (bottom right) corner" /> + + <KeyListEntry name="move-to-corner-nw" _description="Move window to north-west (top left) corner" /> |