diff options
author | Robert David <[email protected]> | 2015-01-22 22:40:44 +0100 |
---|---|---|
committer | Robert David <[email protected]> | 2015-01-23 15:20:22 +0100 |
commit | da35f0b35b46682d3566cb0ffc7ec2136317a1c9 (patch) | |
tree | 0d86a101945a3ad883ee21bf98c22f5847f03089 /src/core/workspace.h | |
parent | 05ac791462644b0d9dd909e995be996fdfa139cc (diff) | |
download | marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.tar.bz2 marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.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 40942e1a..4b52f96e 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 |