From 955144532ee74f1fdcdcc807c10fb8436c9b1974 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 19 Aug 2026 21:52:00 +0100 Subject: [PATCH] hyprland: terminal scratchpad at 50% --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 977eb4e..c62934a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -397,7 +397,7 @@ in name = "scratchpad-inset", match = { class = "^dev.fred.scratchpad$" }, float = true, - size = "monitor_w*0.8 monitor_h*0.8", + size = "monitor_w*0.5 monitor_h*0.5", center = true, })