mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-22 07:23:49 -07:00
workspace: remove monitor and visible flags on inert
This commit is contained in:
@@ -411,8 +411,10 @@ bool CWorkspace::matchesStaticSelector(const std::string& selector_) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CWorkspace::markInert() {
|
void CWorkspace::markInert() {
|
||||||
m_bInert = true;
|
m_bInert = true;
|
||||||
m_iID = WORKSPACE_INVALID;
|
m_iID = WORKSPACE_INVALID;
|
||||||
|
m_iMonitorID = -1;
|
||||||
|
m_bVisible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CWorkspace::inert() {
|
bool CWorkspace::inert() {
|
||||||
|
Reference in New Issue
Block a user