diff options
author | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 19:16:35 -0500 |
---|---|---|
committer | Miguel A. Colón Vélez <[email protected]> | 2015-01-01 19:16:35 -0500 |
commit | 0103f18326f7be7075933235f8c04264d2892528 (patch) | |
tree | 47ffc736ebf4d77445356f51b87263793addb6b4 /src/50-marco-window-key.xml.in | |
parent | 094bf425195d75b2c4c530fd81a7bdd9b62045ab (diff) | |
download | marco-0103f18326f7be7075933235f8c04264d2892528.tar.bz2 marco-0103f18326f7be7075933235f8c04264d2892528.tar.xz |
Add the tile-to-side options to the appropiate files.
This is just a copy/paste from move-to-side-{e,w} with:
s/move/tile/g
s/Move/Tile/g
.
It uses the existing handle_toggle_tiled as the backend.
Diffstat (limited to 'src/50-marco-window-key.xml.in')
-rw-r--r-- | src/50-marco-window-key.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/50-marco-window-key.xml.in b/src/50-marco-window-key.xml.in index 2dcfabc3..0b3ecef4 100644 --- a/src/50-marco-window-key.xml.in +++ b/src/50-marco-window-key.xml.in @@ -70,6 +70,14 @@ _description="Maximize window horizontally" /> <KeyListEntry + name="tile-to-side-e" + _description="Tile window to east (right) side of screen" /> + + <KeyListEntry + name="tile-to-side-w" + _description="Tile window to west (left) side of screen" /> + + <KeyListEntry name="move-to-corner-nw" _description="Move window to north-west (top left) corner" /> |