mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 15:05:58 +01:00
fix special status when workspace is changed
This commit is contained in:
parent
a7b595d968
commit
aa3bc65342
1 changed files with 0 additions and 2 deletions
|
@ -284,8 +284,6 @@ void CKeybindManager::changeworkspace(std::string args) {
|
|||
const auto OLDWORKSPACEID = PMONITOR->activeWorkspace;
|
||||
|
||||
// change it
|
||||
PMONITOR->specialWorkspaceOpen = false;
|
||||
|
||||
if (workspaceToChangeTo != SPECIAL_WORKSPACE_ID)
|
||||
PMONITOR->activeWorkspace = workspaceToChangeTo;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue