feat(darwin): update aerospace's config

This commit is contained in:
Ryan Yin
2024-08-28 10:39:52 +08:00
parent 08895478a4
commit 8b6d3e6034
4 changed files with 142 additions and 74 deletions

View File

@@ -115,7 +115,8 @@ in {
"homebrew/cask-versions"
"hashicorp/tap"
"nikitabobko/tap"
"nikitabobko/tap" # aerospace - an i3-like tiling window manager for macOS
"FelixKratz/formulae" # janky borders - highlight active window borders
];
brews = [
@@ -154,6 +155,7 @@ in {
"visual-studio-code"
"zed" # zed editor
"aerospace" # an i3-like tiling window manager for macOS
"wezterm"
# https://joplinapp.org/help/
"joplin" # note taking app

View File

@@ -38,6 +38,7 @@
show-recents = false; # do not show recent apps in dock
# do not automatically rearrange spaces based on most recent use.
mru-spaces = false;
expose-group-by-app = true; # Group windows by application
# customize Hot Corners(触发角, 鼠标移动到屏幕角落时触发的动作)
wvous-tl-corner = 2; # top-left - Mission Control
@@ -120,7 +121,10 @@
DSDontWriteUSBStores = true;
};
"com.apple.spaces" = {
"spans-displays" = 0; # Display have separate spaces
# Display have separate spaces
# true => disable this feature
# false => enable this feature
"spans-displays" = true;
};
"com.apple.WindowManager" = {
EnableStandardClickToShowDesktop = 0; # Click wallpaper to reveal desktop