xsettingsd: don't use autorandr --skip-options

Instead, move it in settings.ini.
This commit is contained in:
Vincent Bernat 2020-01-29 04:44:46 +01:00
parent 187013de06
commit 2511f41461

View file

@ -4,7 +4,7 @@ DISPLAY=${DISPLAY%.0}
# Don't try to guess DPI. For a laptop, we don't want the same DPI as
# for an external screen. Just hardcode stuff...
case $(hostname),$(autorandr --current --skip-options gamma) in
case $(hostname),$(autorandr --current) in
zoro,default) dpi=144 ;;
guybrush,default) dpi=144 ;;
neo,*) dpi=192 ;;