feat: add aerospace config
This commit is contained in:
parent
2f468130df
commit
70eb86da0f
3 changed files with 257 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue