RSSAmplifier

Joshua's webspace · Sep 25, 2023

MacOS Setup Tricks

0
Sign in to vote or save

joshuastuebner.com

Increase key repetitions, use your fingerprint as sudo password and other MacOS tricks

/ Navigate this page /

Use your fingerprint as sudo password

Add auth sufficient pam_tid.so to /etc/pam.d/sudo to use your fingerprint to allow sudo

Increase key repetition for VIM and general usecases

Enable key repetition

defaults write -g ApplePressAndHoldEnabled -bool true

Increase repetition

defaults write -g InitialKeyRepeat -int 12 # normal minimum is 15 (225 ms), sets delay before first repeat
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms), sets rate of repetition

Read the original on joshuastuebner.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.