From 6625f42128d58d12aa4c060f4f888cb662a7bf71 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 30 Jan 2020 08:09:05 +0100 Subject: [PATCH] xsettingsd: explain more the problem with automatic DPI detection --- bin/xsettingsd-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xsettingsd-setup b/bin/xsettingsd-setup index 2c899b1..7b40e93 100755 --- a/bin/xsettingsd-setup +++ b/bin/xsettingsd-setup @@ -20,7 +20,7 @@ xrandr --current \ done # 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 zoro,default) dpi=144 ;; guybrush,default) dpi=144 ;;