From 69b7a0ad9277f21ad761c84ac1bae5455a2f879e Mon Sep 17 00:00:00 2001 From: Robert David Date: Mon, 10 Mar 2014 11:58:07 +0100 Subject: Possible keybinding to switch to previous workspace. Disabled at default. --- src/core/workspace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/workspace.h') 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 -- cgit v1.2.1