mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 08:14:26 +02:00
xsettingsd: simplify DPI settings
This commit is contained in:
parent
9763ef14f6
commit
1adb48052d
1 changed files with 1 additions and 3 deletions
|
@ -5,10 +5,8 @@
|
|||
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
|
||||
zoro,eDP1:) dpi=144 ;;
|
||||
zoro,eDP-1:) dpi=144 ;;
|
||||
zoro,eDP-1:HDMI-2:) dpi=144 ;;
|
||||
zoro,eDP-1:DP-1:) dpi=144 ;;
|
||||
guybrush,eDP-1:) dpi=144 ;;
|
||||
neo,HDMI-1:HDMI-2:) dpi=96 ;;
|
||||
neo,*) dpi=192 ;;
|
||||
*) dpi=96 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue