mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
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:
parent
421b77a3db
commit
5e1b179f4c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user