mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Allow specifying rules to perform arbitrary actions in kitty when opening URLs
This commit is contained in:
@@ -43,6 +43,7 @@ from .config import ( # noqa; noqa
|
||||
)
|
||||
|
||||
EdgeLiteral = Literal['left', 'top', 'right', 'bottom']
|
||||
MatchType = Literal['mime', 'ext', 'protocol', 'file', 'path', 'url', 'has_fragment']
|
||||
GRT_a = Literal['t', 'T', 'q', 'p', 'd']
|
||||
GRT_f = Literal[24, 32, 100]
|
||||
GRT_t = Literal['d', 'f', 't', 's']
|
||||
|
||||
Reference in New Issue
Block a user