On my laptop display (1920 x 1080 resolution), the default font looks very small. So I have binded the super + + shortcut to the increase text size
, under shortcuts
section in settings. This does the job and the font size is increased, and everything looks good (font size wise).
But recently, I noticed that I have to increase the font size after every time I reboot my PC. After every reboot, it goes to the original tiny size (default size).
How do I increase the font size one and for all?
EDIT 1
I just noticed that the small size of font is only in the top bar, settings and the app drawer. Font in the web browser, text editor, desktop icons, terminal stick to the size I last set them to.
gsettings set org.gnome.desktop.interface text-scaling-factor 1.5
would set your scaling to 1.5. To revert it you cangsettings reset org.gnome.desktop.interface text-scaling-factor
. – starkus Sep 13 '20 at 14:25alacarte
if i need to try startup settings for some reason. You could just create a launcher for the command and launch it via startup programs using gnome-tweak-tool. – starkus Sep 13 '20 at 14:42