I am using keepassxc on ubuntu. The font size is very small, very difficult to read for me. Please let me know how to scale up the fonts. Thank you
Asked
Active
Viewed 1,257 times
2 Answers
0
Edit file /etc/environment and add a line for the scale factor (1.5 is 150%, 2 is 200%):
QT_SCALE_FACTOR=1.5
Log out and log back in, done. From now on KeePassXC and other QT5/QT6-based program interfaces will be scaled up.
Tanuki
- 1
0
xrandr
Using xrandr to override DPI (Dots Per Inch) is a technique I've been using for years.
To launch kid3; media file metadata tagger:
xrandr --dpi 128
kid3
To launch sqlitebrowser; sqlite3 database browser:
xrandr --dpi 128
sqlitebrowser
If all else fails, this method works well on GUI apps where the fonts are too small and the GUI app doesn't allow you to pick font size.
WinEunuuchs2Unix
- 105,762