Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 728 Bytes

dotfiles

Goals:

  • Fast (zsh startup < 100ms)

macOS

# Ctrl + Cmd to move window
# Source: https://mmazzarolo.com/blog/2022-04-16-drag-window-by-clicking-anywhere-on-macos/
defaults write -g NSWindowShouldDragOnGesture -bool true

defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0.3
killall Dock

# VSCode disable PressAndHold
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false