hyprland: Fix fps drop after inactivity

This fixes an issue where Hyprland would drop from 60fps to 45fps after
being idle for some time, often 1 minute and 30 seconds. This was
problematic for viewing content while idle at 60fps with XWayland in
windowed fullscreen.

See: https://github.com/hyprwm/Hyprland/issues/2484
This commit is contained in:
Donovan Glover 2023-06-11 06:21:26 -04:00
parent 421b77a3db
commit 5e1b179f4c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -210,6 +210,7 @@ in {
animate_manual_resizes = yes
animate_mouse_windowdragging = yes
focus_on_activate = yes
vfr = no
}
'';
xdg.configFile."hypr/tags.sh".source = ./tags.sh;