diff --git a/docs/conf.py b/docs/conf.py index 9fbe45a9c..f8162b79e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ extensions = [ 'sphinx.ext.extlinks', 'sphinx_copybutton', 'sphinx_inline_tabs', - "sphinxext.opengraph", + 'sphinxext.opengraph', ] # URL for OpenGraph tags diff --git a/docs/kittens/quick-access-terminal.rst b/docs/kittens/quick-access-terminal.rst index 95c36565c..cf67c65c6 100644 --- a/docs/kittens/quick-access-terminal.rst +++ b/docs/kittens/quick-access-terminal.rst @@ -14,6 +14,18 @@ Make a Quake like quick access terminal Works on macOS and Wayland, except for GNOME. +.. figure:: ../screenshots/quake-macos.webp + :alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on macOS + :align: center + :width: 100% + + +.. figure:: ../screenshots/quake-hypr.webp + :alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on Hyprland in Linux + :align: center + :width: 100% + + This kitten can be used to make a quick access terminal, that appears and disappears at a key press. To do so use the following command: diff --git a/docs/screenshots/quake-hypr.webp b/docs/screenshots/quake-hypr.webp new file mode 100644 index 000000000..23bf6ae3f Binary files /dev/null and b/docs/screenshots/quake-hypr.webp differ diff --git a/docs/screenshots/quake-macos.webp b/docs/screenshots/quake-macos.webp new file mode 100644 index 000000000..565719317 Binary files /dev/null and b/docs/screenshots/quake-macos.webp differ