Nudge XPS 13 text scaling down just ever so slightly

The 2560x1600 panel on the 2026 XPS 13 (DX13260) renders the default
scaling a touch large. Ports f1fa7f69 from master.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-18 12:31:25 -07:00
co-authored by Claude Fable 5
parent 804d138909
commit 46df0cf495
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
# Nudge text down slightly on the Dell XPS 13 (DX13260, 2026), whose 2560x1600
# panel renders the default scaling a touch large.
if omarchy-hw-match "DX13260"; then
gsettings set org.gnome.desktop.interface text-scaling-factor 0.95
fi