hyprctl: fix no_vrr prop ref (#12410)
This commit is contained in:
parent
c249a9f4b8
commit
c5d45b7653
1 changed files with 1 additions and 1 deletions
|
|
@ -3327,7 +3327,7 @@ SDispatchResult CKeybindManager::setProp(std::string args) {
|
|||
g_pCompositor->focusWindow(PLASTWINDOW);
|
||||
}
|
||||
|
||||
if (PROP == "novrr")
|
||||
if (PROP == "no_vrr")
|
||||
g_pConfigManager->ensureVRR(PWINDOW->m_monitor.lock());
|
||||
|
||||
for (auto const& m : g_pCompositor->m_monitors)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue