From 2511f4146155ad2bcdbf096ed45bffb14a399539 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 29 Jan 2020 04:44:46 +0100 Subject: [PATCH] xsettingsd: don't use autorandr --skip-options Instead, move it in settings.ini. --- bin/xsettingsd-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xsettingsd-setup b/bin/xsettingsd-setup index f9e36c8..f6aab63 100755 --- a/bin/xsettingsd-setup +++ b/bin/xsettingsd-setup @@ -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 ;;