aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-02-08 23:37:37 +0100
committerdec05eba <dec05eba@protonmail.com>2021-02-08 23:37:40 +0100
commitb6216bad1cdd523992c4f3b95c3ba703959d8568 (patch)
tree89e3eefd08f282509b4a8e3d31797d370c3ceea8 /README.md
parente10af24d9db882b1c237895cbea61720d04d97cb (diff)
Matrix: add QM_PHONE_FACTOR to hide room list side panel, do not render room list tabs when viewing room
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
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].