experimentally enable guess-fontsize for all machines

This commit is contained in:
Nero 2022-01-07 13:13:13 +00:00
parent 8e4a45b557
commit 3ed3fac5ff
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ EOF
# Load Xresources
xrdb "$XDG_CONFIG_HOME"/Xresources
# Experimentally find a useful font size
guess-fontsize
# Load drop-ins (most of them are machine-specific and not tracked here)
for f in "$XDG_CONFIG_HOME"/xinitrc.d/*; do
[ -e "$f" ] && . "$f"