mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 03:13:36 +02:00
feat(darwin): update aerospace's config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user