This commit is contained in:
foucault 2024-12-28 12:43:43 -05:00
parent 38c5734153
commit fb15021384

View File

@ -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