feat: add aerospace config

This commit is contained in:
Oliver Ladner 2024-11-29 13:07:59 +01:00
commit 70eb86da0f
3 changed files with 257 additions and 15 deletions

View file

@ -1,5 +1,7 @@
# Dot files
A collection of dotfiles I used or once used.
## Neovim
Maintained in [a separate repo](https://dev.lugh.ch/git/weeheavy/neovim).
@ -42,6 +44,9 @@ defaults write com.apple.screencapture location ~/screenshots/
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
# Allow to drag windows with <ctrl>+<cmd>
defaults write -g NSWindowShouldDragOnGesture -bool true
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false
# Then reload the GUI
killall SystemUIServer