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( 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(),
] ]
) )