Set the initial GDK_SCALE to match the monitor scale

This commit is contained in:
David Heinemeier Hansson
2026-05-09 19:55:15 +02:00
parent 3eca9573ea
commit 890e3fc8c5
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Set the default GDK_SCALE from what the monitor is currently reporting
sed -i -E "s|^([[:space:]]*env[[:space:]]*=[[:space:]]*GDK_SCALE,).*|\\1$(omarchy-hyprland-monitor-scale)|" ~/.config/hypr/monitors.conf