forked from colonelpanic/dotfiles
[Linux] Update xsettings-setup dpi settings
This commit is contained in:
parent
802a0d8ce1
commit
b40b86d969
@ -2,15 +2,14 @@
|
||||
|
||||
dpi="$1"
|
||||
|
||||
|
||||
if [ -z $dpi ]; then
|
||||
# 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),$(xrandr --current | \
|
||||
sed -n 's/\([^ ]*\) connected .*[0-9][0-9]*x[0-9][0-9]*+[0-9][0-9]*+[0-9][0-9]* .*/\1/p' | \
|
||||
sort | tr '\n' ':') in
|
||||
# imalison-arch,DVI-D-0:HDMI-0:) dpi=144 ;;
|
||||
imalison-uber-loaner,eDP1:) dpi=72 ;;
|
||||
imalison-arch,DVI-D-0:HDMI-0:) dpi=96 ;;
|
||||
imalison-uber-loaner,eDP1:) dpi=96 ;;
|
||||
*) dpi=96 ;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user