summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-02-26 12:38:07 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-02-26 12:38:07 +0100
commit9918380d1ca00ed9e823131db8ad75c56ef2a324 (patch)
treee1420a11452d861e6c8cbc48f4ab0a9528bc31d7
parent1fb78439bb7af4e5b98a09569d1bb120680981e8 (diff)
Hyprland: Fix config syntaxHEADmaster
-rw-r--r--.config/hypr/hyprland.conf.in4
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%
}