From f68cfa10b6f8213d3c4c8b319dfa14cb474db29a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 24 Jan 2024 15:23:28 +0000 Subject: [PATCH] hyprland: add special workspace scale, disable smart_resizing --- home/hyprland/config.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index ea5b1b50..b84721df 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -36,11 +36,15 @@ in '' master { allow_small_split = true + special_scale_factor = 0.95 mfact = 0.5 new_is_master = false new_on_top = false + no_gaps_when_only = 0 orientation = left - inherit_fullscreen = true + inherit_fullscreen = false + smart_resizing = false + drop_at_cursor = true } general {