diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 0698903..95a1ac0 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -198,7 +198,7 @@ windowrule { float = yes center = yes - size = 50%, 90% + size = window_w window_h } windowrule { @@ -207,5 +207,5 @@ windowrule { float = yes center = yes - size = 50%, 50% + size = 50% 50% } |