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