From 1cb64f0cf26b6cf6bdf48c80074166d0700b78e1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 09:15:51 +0200 Subject: [PATCH] feat(ayo): update macos vs script to indicate width & height; add script to kill macos vm --- ayo.sh | 5 ++++- journal.sh | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ayo.sh b/ayo.sh index 16fed24..8945d56 100755 --- a/ayo.sh +++ b/ayo.sh @@ -13,7 +13,10 @@ case $1 in ## SCRIPTS m | mac) - quickemu --vm macos-monterey.conf + quickemu --vm macos-monterey.conf --width 1920 --height 1080 + ;; + ms) + quickemu --vm macos-monterey.conf --kill ;; j | journal) . ${HOME}/Projects/scripts/journal.sh $2 $3 $4 $5 diff --git a/journal.sh b/journal.sh index a9f7098..4a5d061 100755 --- a/journal.sh +++ b/journal.sh @@ -7,7 +7,6 @@ command=$1 journal_dir="${notes_dir}/Journal" month_dir=$(date +"%m %b") - if [ "$1" = "sync" ]; then { path="${notes_dir}/"