Chore: Kitty args

This commit is contained in:
KR
2022-06-14 00:38:10 +05:45
committed by GitHub
parent a933c5a8b2
commit 066311266f

View File

@@ -171,9 +171,9 @@ def preview_opt(session, user_prompt):
process = subprocess.call(
[
"kitty",
"--hold",
"--window-size=100%",
"--window-position=0%",
"+icat",
"--place",
"100x100@0x0",
temp_file_path.as_posix(),
]
)