From c207201a4a5a47e4ad286ba7371e4176c8ed5056 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 19 Mar 2021 12:22:25 +0100 Subject: 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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]. -- cgit v1.2.3