mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-24 05:47:06 +03:00
fix special status when workspace is changed
This commit is contained in:
parent
a7b595d968
commit
aa3bc65342
@ -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 New Issue
Block a user