mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 18:18:03 +02:00
Allow monitor disabled too
This commit is contained in:
parent
7ceb35963a
commit
64c1dfa511
1 changed files with 2 additions and 2 deletions
|
|
@ -142,11 +142,11 @@ void CConfigManager::handleMonitor(const std::string& command, const std::string
|
|||
|
||||
nextItem();
|
||||
|
||||
if (curitem == "disable") {
|
||||
if (curitem == "disable" || curitem == "disabled") {
|
||||
newrule.disabled = true;
|
||||
|
||||
m_dMonitorRules.push_back(newrule);
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue