Add a few more config and install changes for macos wm

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 41a361b708
commit fb3e1ee108
4 changed files with 25 additions and 8 deletions

View File

@ -8,6 +8,11 @@ local linux_wm_and_utils() {
local macos_wm_and_utils() {
brew install koekeishiya/formulae/yabai
brew install koekeishiya/formulae/skhd
skhd --start-service
yabai --start-service
sleep 14 # time to give permission in accessibility settings
skhd --restart-service
yabai --restart-service
}
[[ "$BOX_SETUP_OS" = "macos" ]] && macos_wm_and_utils || linux_wm_and_utils