Implement --detach for panel kitten

This commit is contained in:
Kovid Goyal
2025-04-24 06:30:33 +05:30
parent 7a31dad770
commit 0c3797ec90
2 changed files with 9 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ 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
--instance-group=quake --detach
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.