diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 0c26a70..155a113 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1237,6 +1237,8 @@ void BScreen::changeWorkspaceID(unsigned int id, bool revert) { | |||
1237 | 1237 | ||
1238 | m_currentworkspace_sig.notify(); | 1238 | m_currentworkspace_sig.notify(); |
1239 | 1239 | ||
1240 | // do this after atom handlers, so scripts can access new workspace number | ||
1241 | Fluxbox::instance()->keys()->doAction(FocusIn, 0, 0, Keys::ON_DESKTOP); | ||
1240 | } | 1242 | } |
1241 | 1243 | ||
1242 | 1244 | ||