From b6216bad1cdd523992c4f3b95c3ba703959d8568 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 8 Feb 2021 23:37:37 +0100 Subject: Matrix: add QM_PHONE_FACTOR to hide room list side panel, do not render room list tabs when viewing room --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a075a10..03d572b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Press `E` to edit a message on matrix, press `ESC` to cancel. Currently only wor Press `Ctrl + D` to delete a message on matrix. Currently deleting a message only deletes the event, so if you delete an edit then the original message wont be deleted.\ Press `Ctrl + C` to copy the message of the selected item in matrix to the clipboard.\ Press `Ctrl + V` to upload media to room in matrix if the clipboard contains a valid absolute filepath.\ -Press `Ctrl+Alt+Arrow up` / `Ctrl+Alt+Arrow down` or `Ctrl+Alt+K` / `Ctrl+Alt+J` to select another room in matrix when you are in a room. Press `Ctrl+Alt+Enter` to go to the selected room. +Press `Ctrl+Alt+Arrow up` / `Ctrl+Alt+Arrow down` or `Ctrl+Alt+K` / `Ctrl+Alt+J` to select another room in matrix when you are viewing a room. Press `Ctrl+Alt+Enter` to view the selected room. In matrix you can select a message with enter to open the url in the message (or if there are multiple urls then a menu will appear for selecting which to open). ## Matrix commands @@ -63,7 +63,7 @@ In matrix you can select a message with enter to open the url in the message (or `/leave` to leave the current room.\ `/me [text]` to send a message of type "m.emote".\ `/react [text]` to react to the selected message. -# Mangadex +## Mangadex To search for manga with mangadex, you need to be logged into mangadex in your browser and copy the `mangadex_rememberme_token` cookie from developer tools and store it in `$HOME/.config/quickmedia/credentials/mangadex.json` under the key `rememberme_token`. Here is an example what the file should look like: ``` @@ -71,6 +71,8 @@ and store it in `$HOME/.config/quickmedia/credentials/mangadex.json` under the k "rememberme_token": "21s9d3f7ad224a131239Dsfaf033029d2e390dAsfd3ldadb3a39dk43jfldj35das" } ``` +## Environment variables +Set `QM_PHONE_FACTOR=1` to disable the room list side panel in matrix. # Dependencies ## Compile See project.conf \[dependencies]. -- cgit v1.2.3