mirror of
https://github.com/mrfluffy-dev/hart-cli.git
synced 2026-01-17 01:40:33 +00:00
Chore: Kitty args
This commit is contained in:
@@ -171,9 +171,9 @@ def preview_opt(session, user_prompt):
|
|||||||
process = subprocess.call(
|
process = subprocess.call(
|
||||||
[
|
[
|
||||||
"kitty",
|
"kitty",
|
||||||
"--hold",
|
"+icat",
|
||||||
"--window-size=100%",
|
"--place",
|
||||||
"--window-position=0%",
|
"100x100@0x0",
|
||||||
temp_file_path.as_posix(),
|
temp_file_path.as_posix(),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user