mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 13:45: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:")) {
|
||||
return m_szName == selector.substr(5);
|
||||
} else if (selector.starts_with("special:")) {
|
||||
return m_szName == selector;
|
||||
} else {
|
||||
// parse selector
|
||||
|
||||
|
|
Loading…
Reference in a new issue