mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-04-27 08:43:13 +00:00
Added nofocus rule
This commit is contained in:
@ -341,6 +341,7 @@ void CConfigManager::handleWindowRule(const std::string& command, const std::str
|
||||
&& RULE.find("size") != 0
|
||||
&& RULE.find("pseudo") != 0
|
||||
&& RULE.find("monitor") != 0
|
||||
&& RULE.find("nofocus") != 0
|
||||
&& RULE.find("workspace") != 0) {
|
||||
Debug::log(ERR, "Invalid rule found: %s", RULE.c_str());
|
||||
parseError = "Invalid rule found: " + RULE;
|
||||
|
||||
Reference in New Issue
Block a user