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";