mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:25:59 +01:00
monitors: set special monitor ID on open
This commit is contained in:
parent
ae82c3a639
commit
412d46ff65
1 changed files with 2 additions and 1 deletions
|
@ -565,6 +565,7 @@ void CMonitor::setSpecialWorkspace(CWorkspace* const pWorkspace) {
|
|||
}
|
||||
|
||||
// open special
|
||||
pWorkspace->m_iMonitorID = ID;
|
||||
specialWorkspaceID = pWorkspace->m_iID;
|
||||
pWorkspace->startAnim(true, true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue