From 0f691d60fb48823517d1c5adc94b2241e783001e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 20 Jul 2026 18:06:37 -0700 Subject: [PATCH] Scale the Dell XPS 13 default via display text size Use omarchy-display-text-size 11 instead of a lone GTK text-scaling-factor, so the XPS 13 nudge moves shell, GTK, and terminal text together. Co-Authored-By: Claude Opus 4.8 (1M context) --- install/user/hardware/dell/xps13-text-scaling.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/user/hardware/dell/xps13-text-scaling.sh b/install/user/hardware/dell/xps13-text-scaling.sh index e9342525..e8837e8d 100644 --- a/install/user/hardware/dell/xps13-text-scaling.sh +++ b/install/user/hardware/dell/xps13-text-scaling.sh @@ -1,5 +1,6 @@ # Nudge text down slightly on the Dell XPS 13 (DX13260, 2026), whose 2560x1600 -# panel renders the default scaling a touch large. +# panel renders the default size a touch large. Uses the unified display text +# size (shell + GTK + terminals together) rather than GTK scaling alone. if omarchy-hw-match "DX13260"; then - gsettings set org.gnome.desktop.interface text-scaling-factor 0.95 + omarchy-display-text-size 11 fi