From bb14bb37250d93bab82ea7c3d88942897a6179d7 Mon Sep 17 00:00:00 2001 From: Sotiris Papatheodorou Date: Sat, 6 Mar 2021 19:27:48 +0200 Subject: [PATCH] Mention the XDG Base Directory Specification is supported --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adafdc8..a3cb640 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ thanks to its authors! ## Installation +The +[XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) +is supported but the default directory paths are used for simplicity. + 1. Copy `qute-gemini` and `qute-gemini-tab` into `~/.local/share/qutebrowser/userscripts/`. - -2. Set custom keybinding for opening Gemini URLs by adding the following lines +2. Set custom keybindings for opening Gemini URLs by adding the following lines to `~/.config/qutebrowser/config.py`: ``` python @@ -26,7 +29,6 @@ thanks to its authors! The script only processes `gemini://` URLs and opens all other URLs using qutebrowser, so opening a non-`gemini://` should also work. - 3. Re-source the qutebrowser config or restart qutebrowser and visit the [Gemini spec homepage](gemini://gemini.circumlunar.space) to ensure that everything works.