diff --git a/setup.sh b/setup.sh index 3ae67bc..a342f38 100755 --- a/setup.sh +++ b/setup.sh @@ -412,6 +412,13 @@ setup_macos() { defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1 defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1 + ############################################################################### + # Keyboard # + ############################################################################### + + # Keyboard: enable press-and-hold popup to write accented characters + defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool true + ############################################################################### # Menu bar # ############################################################################### @@ -434,11 +441,6 @@ setup_macos() { # Don't flash time and date separators defaults write com.apple.menuextra.clock FlashDateSeparators -bool false - ############################################################################### - # Touch bar # - ############################################################################### - defaults write com.apple.controlstrip MiniCustomized "(com.apple.system.brightness, com.apple.system.volume, com.apple.system.mute)" - ############################################################################### # Adobe stuff # ###############################################################################