Disable Input Method Switch Animation
Disable the slow input source popup on macOS Sonoma+:
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0Restart to apply. To revert, delete the key or set to 1.
notes on software, systems, and tools
Disable the slow input source popup on macOS Sonoma+:
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0Restart to apply. To revert, delete the key or set to 1.
Stop tmux from showing hostname as pane title:
set-hook -g session-created 'select-pane -T "tmux"'
set-hook -g after-new-window 'select-pane -T "tmux"'
set-hook -g after-split-window 'select-pane -T "tmux"'
Keep your Mac awake (display, disk, system):
caffeinate -dimsu &
When using an iPhone as a hotspot, get the gateway IP:
route -n get default | grep gatewayOutput:
gateway: 192.168.3.37