...
This commit is contained in:
parent
f657e6e916
commit
d84efe105c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ def make_file(path, mode=None):
|
|||
add('kitty -', has_words('-c', '-1', '--'), does_not_have_words('--config', '--single-instance'))
|
||||
add('kitty -c', all_words('-c'))
|
||||
add('kitty --', has_words('--config', '--single-instance', '--'))
|
||||
add('kitty --c', has_words('--config', '--class'))
|
||||
add('kitty --s', has_words('--session', '--start-as'))
|
||||
add('kitty --start-as', all_words('--start-as'))
|
||||
add('kitty --start-as ', all_words('minimized', 'maximized', 'fullscreen', 'normal'))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue