mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
xsettingsd: don't use autorandr --skip-options
Instead, move it in settings.ini.
This commit is contained in:
parent
187013de06
commit
2511f41461
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ DISPLAY=${DISPLAY%.0}
|
||||||
|
|
||||||
# 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. Just hardcode stuff...
|
||||||
case $(hostname),$(autorandr --current --skip-options gamma) in
|
case $(hostname),$(autorandr --current) in
|
||||||
zoro,default) dpi=144 ;;
|
zoro,default) dpi=144 ;;
|
||||||
guybrush,default) dpi=144 ;;
|
guybrush,default) dpi=144 ;;
|
||||||
neo,*) dpi=192 ;;
|
neo,*) dpi=192 ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue