From 066311266f854d8f87c028ff559133aee7fb5960 Mon Sep 17 00:00:00 2001 From: KR <79979949+justfoolingaround@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:38:10 +0545 Subject: [PATCH] Chore: Kitty args --- hart-cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hart-cli.py b/hart-cli.py index 0547856..9bf0a0a 100755 --- a/hart-cli.py +++ b/hart-cli.py @@ -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(), ] )