From e8b2d2156a6f530812d9958b3675e2402e44ecab Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 6 Nov 2014 18:09:32 +0100 Subject: Revert "Possible keybinding to switch to previous workspace." This reverts commit 69b7a0ad9277f21ad761c84ac1bae5455a2f879e. It has the unintended side-effect that it reverses the alt+tab behaviour. --- src/core/workspace.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/workspace.h') diff --git a/src/core/workspace.h b/src/core/workspace.h index 4b52f96e..40942e1a 100644 --- a/src/core/workspace.h +++ b/src/core/workspace.h @@ -43,8 +43,7 @@ typedef enum META_MOTION_UP = -1, META_MOTION_DOWN = -2, META_MOTION_LEFT = -3, - META_MOTION_RIGHT = -4, - META_MOTION_PREV = -5 + META_MOTION_RIGHT = -4 } MetaMotionDirection; struct _MetaWorkspace -- cgit v1.2.1