config: default manual animations to false
This commit is contained in:
parent
c418007c68
commit
41f7736c85
2 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ void Events::listener_monitorFrame(void* owner, void* data) {
|
|||
const auto ESTRENDERTIME = std::ceil(avg + *PRATSAFE);
|
||||
const auto TIMETOSLEEP = std::floor(MSLEFT - ESTRENDERTIME);
|
||||
|
||||
if (MSLEFT < 1 || MSLEFT < ESTRENDERTIME)
|
||||
if (MSLEFT < 1 || MSLEFT < ESTRENDERTIME || TIMETOSLEEP < 1)
|
||||
g_pHyprRenderer->renderMonitor(PMONITOR);
|
||||
else
|
||||
wl_event_source_timer_update(PMONITOR->renderTimer, TIMETOSLEEP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue