summaryrefslogtreecommitdiff
path: root/src/core/screen-private.h
diff options
context:
space:
mode:
authorRobert David <[email protected]>2014-03-10 11:58:07 +0100
committerinfirit <[email protected]>2014-06-24 23:09:21 +0200
commit69b7a0ad9277f21ad761c84ac1bae5455a2f879e (patch)
tree9a244ed257c08437edcf6d637420f98ac6dd3639 /src/core/screen-private.h
parent897defba089400c910a520ca1302ca5573d3f1d7 (diff)
downloadmarco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.bz2
marco-69b7a0ad9277f21ad761c84ac1bae5455a2f879e.tar.xz
Possible keybinding to switch to previous workspace.
Disabled at default.
Diffstat (limited to 'src/core/screen-private.h')
-rw-r--r--src/core/screen-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/screen-private.h b/src/core/screen-private.h
index 8eb02d00..0d1d4bc5 100644
--- a/src/core/screen-private.h
+++ b/src/core/screen-private.h
@@ -85,6 +85,9 @@ struct _MetaScreen
MetaWorkspace *active_workspace;
+ /* Previous active workspace */
+ MetaWorkspace *prev_workspace;
+
/* This window holds the focus when we don't want to focus
* any actual clients
*/