hyprland: shrink the terminal scratchpad to 60%

This commit is contained in:
rope 2026-08-19 19:24:23 +01:00
parent 8df52a3686
commit d83b830c1c
2 changed files with 22 additions and 14 deletions

View file

@ -397,7 +397,7 @@ in
name = "scratchpad-inset",
match = { class = "^dev.fred.scratchpad$" },
float = true,
size = "80% 80%",
size = "60% 60%",
center = true,
})