xsettings: compatibility with modeset driver

This commit is contained in:
Vincent Bernat 2016-02-19 10:06:22 +01:00
parent aa48a79e13
commit f3f3754336

View file

@ -6,6 +6,7 @@ case $(hostname),$(xrandr --current | \
sed -n 's/\([^ ]*\) connected .*[0-9][0-9]*x[0-9][0-9]*+[0-9][0-9]*+[0-9][0-9]* .*/\1/p' | \
sort | tr '\n' ':') in
zoro,eDP1:) dpi=144 ;;
zoro,eDP-1:) dpi=144 ;;
*) dpi=96 ;;
esac