diff options
author | Omar Zeidan <[email protected]> | 2017-12-30 03:52:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-15 17:29:48 +0100 |
commit | 7e14f82c4b5e3137bbdc3a4e55dbfe01e5af28c0 (patch) | |
tree | eec7bbf38d1ac51f46b06e516d67dc3498bdeaa0 /src/50-marco-window-key.xml.in | |
parent | 11d5b89c337e0ba5a9ffd25dc3404db6afbbefbb (diff) | |
download | marco-7e14f82c4b5e3137bbdc3a4e55dbfe01e5af28c0.tar.bz2 marco-7e14f82c4b5e3137bbdc3a4e55dbfe01e5af28c0.tar.xz |
Implemented simple shourtcuts to move window to another monitor
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 6d826d5f..217354e6 100644 --- a/src/50-marco-window-key.xml.in +++ b/src/50-marco-window-key.xml.in @@ -130,6 +130,22 @@ _description="Move window to center of screen" /> <KeyListEntry + name="move-to-monitor-n" + _description="Move window to north (top) monitor" /> + + <KeyListEntry + name="move-to-monitor-s" + _description="Move window to south (bottom) monitor" /> + + <KeyListEntry + name="move-to-monitor-e" + _description="Move window to east (right) monitor" /> + + <KeyListEntry + name="move-to-monitor-w" + _description="Move window to west (left) monitor" /> + + <KeyListEntry name="move-to-workspace-1" _description="Move window to workspace 1" value="1" |