mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
xsettings: compatibility with modeset driver
This commit is contained in:
parent
aa48a79e13
commit
f3f3754336
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ 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' | \
|
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
|
sort | tr '\n' ':') in
|
||||||
zoro,eDP1:) dpi=144 ;;
|
zoro,eDP1:) dpi=144 ;;
|
||||||
|
zoro,eDP-1:) dpi=144 ;;
|
||||||
*) dpi=96 ;;
|
*) dpi=96 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue