From bbb51ebf2fafaab2b632c471d70bae6333a26c75 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 14 Aug 2023 11:53:14 -0400 Subject: [PATCH] Tweak scratchpad window sizes --- home-manager/linux/programs/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index cdd97b9..95f9df6 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -285,7 +285,7 @@ in with lib; { bind = SUPER ALT, Q, exec, pypr toggle term $dropterm = ^(alacritty-dropterm)$ windowrule = float,$dropterm - windowrule = size 40% 50%,$dropterm + windowrule = size 40% 70%,$dropterm windowrule = workspace special silent,$dropterm windowrule = center,$dropterm @@ -293,7 +293,7 @@ in with lib; { bind = SUPER ALT, W, exec, pypr toggle emacs $scratchmacs = title:^(scratchmacs)$ windowrulev2 = float,$scratchmacs - windowrulev2 = size 40% 50%,$scratchmacs + windowrulev2 = size 40% 80%,$scratchmacs windowrulev2 = workspace special silent,$scratchmacs windowrulev2 = center,$scratchmacs