From d79db1d068dfedc43e6548bb1700f8aa3735ee60 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 2 Dec 2023 18:33:42 -0500 Subject: [PATCH] fix(hyprland): make special ws clients smaller again --- home/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7768b78..979e369 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -178,6 +178,7 @@ in { dwindle = { smart_split = true; + special_scale_factor = 0.8; }; source = [confPath];