Merge pull request #1697 from RedSoxFan/back-and-forth

Fix back-and-forth workspace name saving for non-empty workspaces
This commit is contained in:
emersion 2018-04-02 12:28:08 -04:00 committed by GitHub
commit 2a8985a345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,7 @@ bool workspace_switch(struct sway_container *workspace) {
}
struct sway_container *active_ws = focus;
if (active_ws->type != C_WORKSPACE) {
container_parent(focus, C_WORKSPACE);
active_ws = container_parent(focus, C_WORKSPACE);
}
if (config->auto_back_and_forth