mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-09 20:54:35 +02:00
xsettings: on AMD GPU, eDP is just eDP
This commit is contained in:
parent
a7116145b7
commit
7f40044fd0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ showdpi() {
|
|||
# For laptop screens, we need to apply a correction factor as the
|
||||
# screen is nearer
|
||||
case $output in
|
||||
eDP-1|eDP1) corrected=$((dpi * 96/144)) ;;
|
||||
eDP*) corrected=$((dpi * 96/144)) ;;
|
||||
*) corrected=$dpi ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue