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
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# omarchy:summary=Print the monitor scale of the internal monitor or first other monitor
hyprctl monitors -j | jq -r '([.[] | select(.name | contains("eDP"))][0] // .[0]).scale // empty | tonumber | if . == floor then floor else . end'