Switch macos wm from yabai to aerospace

This commit is contained in:
2025-09-11 15:52:57 -05:00
parent 7f287b591e
commit c9bad270d2
8 changed files with 357 additions and 93 deletions

View File

@@ -7,16 +7,8 @@
### prereqs, macos
- zsh is installed (scripts are written for zsh)
- install the package manager, [homebrew](https://brew.sh/)
- for yabai window manager (so as to not mess with SIP settings)
- create 9 spaces/desktops
- system settings > keyboard shortcuts: set keys to switch between spaces/desktops
- system settings > desktop/dock/mission-control:
- `click wallpaper to reveal desktop`: set to "only in stage manager"
- all `drag windows to corner/edge/place` types of options: disabled
- `rearrange spaces based on recent use`: disabled
- `when switch to app... switch to space with open windows of app`: disabled
- `displays have separate spaces`: enabled
- `show files on desktop`: enabled
- for aerospace window manager, have only 1 workspace/desktop
- manual settings, refer to [macos-system-settings](ref/macos-system-settings.txt)
### script run
- if repo present on system, run from the repo's root:
@@ -32,10 +24,10 @@
### todo items
- choose window manager for linux, then configure
- config for: terminal (ghostty); mpd, mpc, ncmpcpp; mpv
- config for: terminal (ghostty); shell; mpd, mpc, ncmpcpp; mpv
- config for gimp, `src_files/.config/GIMP` (dir)
- set things in gtkrc only? still need to nest that within a sub dir?
- or configure in gimp, copy resulting dir to `src_files/.config/GIMP`, call it a day
- decide on and implement approach for languages and versioning
- asdf, or language-specific version managers?
- language-specific? asdf? no, not asdf, mise seems better from what i hear so far
- docker? or alternatives like podman? any license concerns?