mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 10:11:54 -07:00
@@ -201,6 +201,8 @@ bool CWorkspace::matchesStaticSelector(const std::string& selector_) {
|
|||||||
|
|
||||||
} else if (selector.starts_with("name:")) {
|
} else if (selector.starts_with("name:")) {
|
||||||
return m_szName == selector.substr(5);
|
return m_szName == selector.substr(5);
|
||||||
|
} else if (selector.starts_with("special:")) {
|
||||||
|
return m_szName == selector;
|
||||||
} else {
|
} else {
|
||||||
// parse selector
|
// parse selector
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user