From ec1814f76a243b19cd0da4baec1701276a0552d4 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 22 Sep 2024 13:26:57 -0400 Subject: [PATCH] mauville/hyprland: adjust mfact --- hosts/mauville/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index f5f521f4..24f6970a 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -93,7 +93,7 @@ general.layout = lib.mkForce "master"; master = { - mfact = 0.50; + mfact = 0.40; orientation = "center"; }; };