Tweak scratchpad window sizes

This commit is contained in:
Nathan McCarty 2023-08-14 11:53:14 -04:00
parent e76643fac7
commit bbb51ebf2f
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 2 deletions

View File

@ -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