Revert "xsettings: change DPI twice again"

This reverts commit 1aa3f19a7d. This
doesn't work. For some reason.
This commit is contained in:
Vincent Bernat 2019-07-18 17:36:46 +02:00
parent 1aa3f19a7d
commit 6b987d45c2

View file

@ -38,10 +38,4 @@ change() {
echo Xft.dpi: $dpi | xrdb -merge echo Xft.dpi: $dpi | xrdb -merge
} }
if [ x"$pid" != x ]; then
# Change a first time to a DPI that will trigger a scale factor
# change (notably, Firefox needs that).
change $(( $dpi * 2 ))
sleep 1
fi
change $dpi change $dpi