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 ;;