Document the new quick-access-terminal kitten

This commit is contained in:
Kovid Goyal
2025-04-29 08:01:59 +05:30
parent b9326f5c94
commit 7788d6acc2
6 changed files with 81 additions and 33 deletions

View File

@@ -34,14 +34,6 @@ from kitty.types import LayerShellConfig
from kitty.typing_compat import BossType, EdgeLiteral
from kitty.utils import log_error
quake = (
'kitty +kitten panel --edge=top --layer=overlay --lines=25 --focus-policy=exclusive'
' -o background_opacity=0.8 --toggle-visibility --single-instance --instance-group=quake'
)
default_quake_cmdline = f'{quake} --exclusive-zone=0 --override-exclusive-zone --detach'
default_macos_quake_cmdline = f'{quake}'
args = PanelCLIOptions()
help_text = 'Use a command line program to draw a GPU accelerated panel on your desktop'
usage = '[cmdline-to-run ...]'