← Back to team overview

unity-design team mailing list archive

Re: reduce the font and ui size!

 

FYI: Changing the text-scaling-factor is easy with gsettings:

$ gsettings set org.gnome.desktop.interface text-scaling-factor FACTOR

FACTOR is a float value with high precision

For example:

$ gsettings set org.gnome.desktop.interface text-scaling-factor 0.9

Also, you can get the current factor with:

$ gsettings get org.gnome.desktop.interface text-scaling-factor
1.0

PS: I see the shema for this trick from the recent Tomasz Sałaciński source
app

Follow ups

References