mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-23 16:03:49 -07: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() {
|
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