xsettingsd: explain more the problem with automatic DPI detection

This commit is contained in:
Vincent Bernat 2020-01-30 08:09:05 +01:00
parent db5f5743b9
commit 6625f42128

View file

@ -20,7 +20,7 @@ xrandr --current \
done done
# Don't try to guess DPI. For a laptop, we don't want the same DPI as # Don't try to guess DPI. For a laptop, we don't want the same DPI as
# for an external screen. Just hardcode stuff... # for an external screen or for a TV. Just hardcode stuff...
case $(hostname),$(autorandr --current) in case $(hostname),$(autorandr --current) in
zoro,default) dpi=144 ;; zoro,default) dpi=144 ;;
guybrush,default) dpi=144 ;; guybrush,default) dpi=144 ;;