From 09329465f5016c70c6cd3c0cfd70fe0b0678fb19 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 7 Apr 2025 12:26:08 -0700 Subject: [PATCH] [hyprland] Removes special fix for wpaperd --- home-manager/features/hyprland.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index 2eb9bae..69bc80e 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -134,12 +134,6 @@ 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 ### ###############