Files
omarchycn/install/user/hardware/dell/xps13-text-scaling.sh
T
David Heinemeier HanssonandClaude Opus 4.8 0f691d60fb 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) <noreply@anthropic.com>
2026-07-20 18:08:17 -07:00

7 lines
300 B
Bash

# Nudge text down slightly on the Dell XPS 13 (DX13260, 2026), whose 2560x1600
# 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
omarchy-display-text-size 11
fi