diff options
author | Robert David <[email protected]> | 2015-01-22 22:40:44 +0100 |
---|---|---|
committer | Robert David <[email protected]> | 2015-01-23 15:20:22 +0100 |
commit | da35f0b35b46682d3566cb0ffc7ec2136317a1c9 (patch) | |
tree | 0d86a101945a3ad883ee21bf98c22f5847f03089 /src/core/screen-private.h | |
parent | 05ac791462644b0d9dd909e995be996fdfa139cc (diff) | |
download | marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.tar.bz2 marco-da35f0b35b46682d3566cb0ffc7ec2136317a1c9.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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/screen-private.h b/src/core/screen-private.h index ee014ff2..c1552ab0 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 */ |