diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2015-04-15 14:44:54 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2015-04-29 14:53:57 +0300 |
commit | 35241cbb60c1ff6af67569541d906100d20491b6 (patch) | |
tree | 0cdd3fc1165968986822941a0d8e97043ed694fe /src/include | |
parent | 179549b7cf464114bd155e787e96fc375e049386 (diff) | |
download | metacity-35241cbb60c1ff6af67569541d906100d20491b6.tar.gz |
keybindings: add toggle-tile-left/right bindings
Having keybindings for side-by-side tiling has been requested for
a long time, so add this support now.
https://bugzilla.gnome.org/show_bug.cgi?id=648700
Based on mutter commit:
https://git.gnome.org/browse/mutter/commit/?id=34f6ffd1ad0d3b7369120a9802d84517748fe887
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/prefs.h b/src/include/prefs.h index 6ce6fd39..1cfaa031 100644 --- a/src/include/prefs.h +++ b/src/include/prefs.h @@ -186,6 +186,8 @@ typedef enum _MetaKeyBindingAction META_KEYBINDING_ACTION_ACTIVATE_WINDOW_MENU, META_KEYBINDING_ACTION_TOGGLE_FULLSCREEN, META_KEYBINDING_ACTION_TOGGLE_MAXIMIZED, + META_KEYBINDING_ACTION_TOGGLE_TILED_LEFT, + META_KEYBINDING_ACTION_TOGGLE_TILED_RIGHT, META_KEYBINDING_ACTION_TOGGLE_ABOVE, META_KEYBINDING_ACTION_MAXIMIZE, META_KEYBINDING_ACTION_UNMAXIMIZE, |