mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-22 11:54:27 +02:00
xsettingsd: explain more the problem with automatic DPI detection
This commit is contained in:
parent
db5f5743b9
commit
6625f42128
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ xrandr --current \
|
||||||
done
|
done
|
||||||
|
|
||||||
# Don't try to guess DPI. For a laptop, we don't want the same DPI as
|
# 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
|
case $(hostname),$(autorandr --current) in
|
||||||
zoro,default) dpi=144 ;;
|
zoro,default) dpi=144 ;;
|
||||||
guybrush,default) dpi=144 ;;
|
guybrush,default) dpi=144 ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue