chore(niri): Add anti flicker for nvidia

This commit is contained in:
DashieTM 2025-10-07 15:41:50 +02:00
parent a49055c1cc
commit db861d807a

View file

@ -353,6 +353,16 @@ in {
} }
} }
${
if config.mods.gpu.nvidia.enable
then ''
debug {
wait-for-frame-completion-before-queueing
}
''
else ''''
}
// Autostart // Autostart
hotkey-overlay { hotkey-overlay {