mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 15:41:58 -07:00
Allow monitor disabled too
This commit is contained in:
@@ -142,7 +142,7 @@ void CConfigManager::handleMonitor(const std::string& command, const std::string
|
|||||||
|
|
||||||
nextItem();
|
nextItem();
|
||||||
|
|
||||||
if (curitem == "disable") {
|
if (curitem == "disable" || curitem == "disabled") {
|
||||||
newrule.disabled = true;
|
newrule.disabled = true;
|
||||||
|
|
||||||
m_dMonitorRules.push_back(newrule);
|
m_dMonitorRules.push_back(newrule);
|
||||||
|
Reference in New Issue
Block a user