diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:38:07 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 12:38:07 +0100 |
| commit | 9918380d1ca00ed9e823131db8ad75c56ef2a324 (patch) | |
| tree | e1420a11452d861e6c8cbc48f4ab0a9528bc31d7 /.config | |
| parent | 1fb78439bb7af4e5b98a09569d1bb120680981e8 (diff) | |
Diffstat (limited to '.config')
| -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% } |