Get the quake terminal working on macOS

This commit is contained in:
Kovid Goyal
2025-04-25 20:27:26 +05:30
parent 610d6b8654
commit 189d78283c
15 changed files with 127 additions and 39 deletions

View File

@@ -75,12 +75,11 @@ Make a Quake like quick access terminal
Support for quake mode, works only on macOS and Wayland, except for GNOME.
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::
disappears at a key press. To do so use the following command:
kitty +kitten panel --edge=top --layer=overlay --lines=15 \
--focus-policy=exclusive --exclusive-zone=0 --override-exclusive-zone \
-o background_opacity=0.8 --toggle-visibility --single-instance \
--instance-group=quake --detach
.. code-block:: sh
_default_quake_cmdline
Run this command in a terminal, and a quick access kitty panel will show up at
the top of your screen. Run it again, and the panel will be hidden.