diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ and store it in `$HOME/.config/quickmedia/credentials/mangadex.json` under the k ``` ## Environment variables Set `QM_PHONE_FACTOR=1` to disable the room list side panel in matrix. +## UI scaling +Either set the `GDK_SCALE` environment variable or add `Xft.dpi` to `$HOME/.Xresources` (`xrdb` which is part of the `xorg-xrdb` package needs to be installed).\ +For example a value of 96 for the `Xft.dpi` means 1.0 scaling and 144 (96*1.5) means 1.5 scaling.\ +Note that at the moment, cached images will not be scaled with the dpi. Images do also not scale above their original size. # Dependencies ## Compile See project.conf \[dependencies]. |