Skip to content

xsettings: always use mutter-computed UI scaling value

Mutter already computes the proper window scaling level to be used under X11, this logic is already present in mutter, so there's no point to change it here and go into the implementations details wich should be private at this level. So just use the 'legacy-ui-scaling-factor' key value that we can trust.

Merge request reports