xsettingsd: skip gamma when getting current profile with xrandr

This commit is contained in:
Vincent Bernat 2020-01-17 11:05:50 +01:00
parent 825f7b5b27
commit 846566c70f

View file

@ -2,7 +2,7 @@
# 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) in
case $(hostname),$(autorandr --current --skip-options gamma) in
zoro,default) dpi=144 ;;
guybrush,default) dpi=144 ;;
neo,*) dpi=192 ;;