Add a few more config and install changes for macos wm

This commit is contained in:
2025-02-03 20:31:41 -06:00
parent 350c400f65
commit 6c7ffd7cee
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