summaryrefslogtreecommitdiff
path: root/src/core/workspace.h
diff options
context:
space:
mode:
authorRobert David <[email protected]>2015-01-22 22:40:44 +0100
committerRobert David <[email protected]>2015-01-23 15:20:22 +0100
commitda35f0b35b46682d3566cb0ffc7ec2136317a1c9 (patch)
tree0d86a101945a3ad883ee21bf98c22f5847f03089 /src/core/workspace.h
parent05ac791462644b0d9dd909e995be996fdfa139cc (diff)
downloadmarco-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.h3
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