xsession: also set DPI through XFT

Most desktop stuff, including modern ones, will respect that.
This commit is contained in:
Vincent Bernat 2014-06-17 22:45:42 +02:00
parent b302b70787
commit 7cb545877a

View file

@ -38,6 +38,7 @@ case "$(hostname)" in
;;
zoro)
xrandr --output eDP1 --auto --dpi 144
echo Xft.dpi: 144 | xrdb -merge
;;
esac