diff options
author | Robert David <[email protected]> | 2014-03-10 11:58:07 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-24 23:09:21 +0200 |
commit | 69b7a0ad9277f21ad761c84ac1bae5455a2f879e (patch) | |
tree | 9a244ed257c08437edcf6d637420f98ac6dd3639 /src/core/workspace.h | |
parent | 897defba089400c910a520ca1302ca5573d3f1d7 (diff) | |
download | marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.bz2 marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.xz |
Possible keybinding to switch to previous workspace.
Disabled at default.
Diffstat (limited to 'src/core/workspace.h')
-rw-r--r-- | src/core/workspace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/workspace.h b/src/core/workspace.h index c6983bf0..e2c5a244 100644 --- a/src/core/workspace.h +++ b/src/core/workspace.h @@ -43,7 +43,8 @@ typedef enum META_MOTION_UP = -1, META_MOTION_DOWN = -2, META_MOTION_LEFT = -3, - META_MOTION_RIGHT = -4 + META_MOTION_RIGHT = -4, + META_MOTION_PREV = -5 } MetaMotionDirection; struct _MetaWorkspace |