From cbcebe483353e785877299f819758e6788b13fb0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 23 May 2023 17:05:19 -0400 Subject: [PATCH] hyprland: Make special workspaces take up full screen --- desktop/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/hyprland/default.nix b/desktop/hyprland/default.nix index 5030cd9..bd1a67e 100644 --- a/desktop/hyprland/default.nix +++ b/desktop/hyprland/default.nix @@ -67,14 +67,14 @@ dwindle { preserve_split = yes no_gaps_when_only = yes - special_scale_factor = 0.95 + special_scale_factor = 1 } master { new_is_master = yes new_on_top = yes mfact = 0.65 - special_scale_factor = 0.95 + special_scale_factor = 1 no_gaps_when_only = yes }