mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 06:05:59 +01:00
parent
9ddf1b105e
commit
361357095c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue