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>
6 lines
238 B
Bash
6 lines
238 B
Bash
# 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
|