Tweak scratchpad window sizes
This commit is contained in:
parent
e76643fac7
commit
bbb51ebf2f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue