aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-19 12:22:25 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-19 12:22:25 +0100
commitc207201a4a5a47e4ad286ba7371e4176c8ed5056 (patch)
tree253b84dae998a7506042ef924caf8beb498c6ba9 /README.md
parent5f022066684f8ed6c4b827fabf8554d8730add2f (diff)
Start on touch support, add support for ui scaling, revert back to old get_message_by_id method for matrix to support loading user display names in replies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbdc5a0..5c2436a 100644
--- a/README.md
+++ b/README.md
@@ -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].