diff options
author | infirit <[email protected]> | 2014-11-06 18:09:32 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-07 10:54:26 +0100 |
commit | e8b2d2156a6f530812d9958b3675e2402e44ecab (patch) | |
tree | 18d6c0b646a71da4b4b1ac8d85ddd903e5993121 /src/core/workspace.h | |
parent | e2f29ace20f74e1e62e80ba13d8d6bbe36d65212 (diff) | |
download | marco-e8b2d2156a6f530812d9958b3675e2402e44ecab.tar.bz2 marco-e8b2d2156a6f530812d9958b3675e2402e44ecab.tar.xz |
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.
Diffstat (limited to 'src/core/workspace.h')
-rw-r--r-- | src/core/workspace.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |