xinitrc: don't call x-dpi-facesizes.sh

This commit is contained in:
Lucas 2023-11-25 11:12:55 +00:00
parent 904a4be896
commit 7906567282
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ if [ -r ~/.Xresources ]; then
xrdb -merge ~/.Xresources
fi
if [ -r ~/code/lucas/env/utils/scripts/x-dpi-facesizes.sh ]; then
sh ~/code/lucas/env/utils/scripts/x-dpi-facesizes.sh
fi
if [ -r ~/.xinitrc.local ]; then
. ~/.xinitrc.local
fi