mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 16:54:25 +02:00
xsettingsd: skip gamma when getting current profile with xrandr
This commit is contained in:
parent
825f7b5b27
commit
846566c70f
1 changed files with 1 additions and 1 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue