mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-01-05 06:58:54 +00:00
fix typo
This commit is contained in:
parent
38c5734153
commit
fb15021384
@ -31,7 +31,7 @@ resize_window_to_full_screen() {
|
|||||||
end tell
|
end tell
|
||||||
|
|
||||||
set position of front window of process "ghostty" to {0, 0}
|
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
|
||||||
end tell
|
end tell
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user