Hyprland fixxxxxx

This commit is contained in:
ediblerope 2026-05-14 09:34:23 +01:00
parent 4c60a10514
commit 16bd4bf4b7

View file

@ -146,7 +146,7 @@ in
}; };
render = { render = {
direct_scanout = true; # fullscreen apps bypass compositor direct_scanout = false;
}; };
animations = { animations = {
@ -195,6 +195,7 @@ in
# vfr moved from misc: to debug: in 0.55.0 # vfr moved from misc: to debug: in 0.55.0
debug = { debug = {
vfr = false; # keep compositor ticking, don't idle between frames vfr = false; # keep compositor ticking, don't idle between frames
disable_logs = false;
}; };
# Mirror the GNOME bindings so muscle memory carries over # Mirror the GNOME bindings so muscle memory carries over