From 8711bd8968841aa60391b27032c3c8412937a8ab Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 31 Mar 2025 18:24:45 -0700 Subject: [PATCH] [hyprland] Fix wpaperd rendering of textures on vertical monitors --- home-manager/features/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index 69bc80e..2eb9bae 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -134,6 +134,12 @@ no_hardware_cursors = true; }; + render = { + # This is a temporary fix for issues with wpaperd. + # See https://github.com/danyspin97/wpaperd/issues/117 + expand_undersized_textures = false; + }; + ############### ### PLUGINS ### ###############