Auto-detect the Framework 13 gen 1 display resolution and correct scaling factor for it
This commit is contained in:
parent
ac04b728b0
commit
c59cde22bd
3
install/fix-framework-text-scaling.sh
Normal file
3
install/fix-framework-text-scaling.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
if [ $(xrandr | grep '*+' | awk '{print $1}') == "2256x1504" ]; then
|
||||||
|
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
|
||||||
|
end
|
@ -1,2 +0,0 @@
|
|||||||
# FIXME: Only do this on Framework laptops with the lower-resolution display (or similar displays)
|
|
||||||
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8
|
|
Loading…
Reference in New Issue
Block a user