From fb1502138434daa902c287184c4bb6fa30ed4478 Mon Sep 17 00:00:00 2001 From: foucault Date: Sat, 28 Dec 2024 12:43:43 -0500 Subject: [PATCH] fix typo --- scripts/handle_tmux_automatic_start/osx_ghostty_start_tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/handle_tmux_automatic_start/osx_ghostty_start_tmux.sh b/scripts/handle_tmux_automatic_start/osx_ghostty_start_tmux.sh index 956fb2b..e09c194 100755 --- a/scripts/handle_tmux_automatic_start/osx_ghostty_start_tmux.sh +++ b/scripts/handle_tmux_automatic_start/osx_ghostty_start_tmux.sh @@ -31,7 +31,7 @@ resize_window_to_full_screen() { end tell set position of front window of process "ghostty" to {0, 0} - set size of front window of process "alacritty" to {item 3 of desktopSize, item 4 of desktopSize} + set size of front window of process "ghostty" to {item 3 of desktopSize, item 4 of desktopSize} end tell end tell EOF