From 39e5435c1da9ce50fe36deaf58bd2b94dd4d8249 Mon Sep 17 00:00:00 2001 From: Soliprem <73885403+Soliprem@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:18:43 +0200 Subject: [PATCH] fuzzel: remove dpi-aware = "no" (#584) --- modules/fuzzel/hm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fuzzel/hm.nix b/modules/fuzzel/hm.nix index 7fc8353..6b4547c 100644 --- a/modules/fuzzel/hm.nix +++ b/modules/fuzzel/hm.nix @@ -27,7 +27,6 @@ in { main = { font = "${config.stylix.fonts.sansSerif.name}:size=${toString config.stylix.fonts.sizes.popups}"; - dpi-aware = "no"; }; }; }