From c217e3297bc30a8b6519f6f1fc880297f1eb8e3a Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 28 Apr 2025 09:14:47 +0200 Subject: [PATCH] hyprland: enable direct_scanout --- homes/julian/features/hyprland/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 2473136..5f83d10 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -206,11 +206,14 @@ in force_default_wallpaper = 0; - # we do, in fact, want direct scanout - # no_direct_scanout = false; vfr = true; # power saving }; + render = { + # we do, in fact, want direct scanout + direct_scanout = true; + }; + # Input input = { kb_layout = "de";