diff options
author | Martin Wimpress <[email protected]> | 2015-06-10 18:21:45 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-10 18:21:45 +0100 |
commit | 7770b75d007a8c303aa7bd4bdae439cc3b00d269 (patch) | |
tree | d39ed524cb34f2292809a10b4656ae5df1cf7d9b /src/50-marco-window-key.xml.in | |
parent | 78416ca9529b236d39e0701e40314b2484090cf9 (diff) | |
parent | 060838853303871a9fbb1ddfe0228668318070e7 (diff) | |
download | marco-7770b75d007a8c303aa7bd4bdae439cc3b00d269.tar.bz2 marco-7770b75d007a8c303aa7bd4bdae439cc3b00d269.tar.xz |
Merge pull request #160 from micove/add-tile-keybinds
Add tile keybinds (Fix #104, #127)
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" /> |