mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 09:41:57 -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() {
|
||||
m_bInert = true;
|
||||
m_iID = WORKSPACE_INVALID;
|
||||
m_bInert = true;
|
||||
m_iID = WORKSPACE_INVALID;
|
||||
m_iMonitorID = -1;
|
||||
m_bVisible = false;
|
||||
}
|
||||
|
||||
bool CWorkspace::inert() {
|
||||
|
Reference in New Issue
Block a user