This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find -s / ! ( -fstype hfs -or -fstype ufs ) -prune -or -path /private/tmp -prune -or -path /private/var/folders -prune -or -path /private/var/tmp -prune -or -path */Backups.backupdb -prune -or -print |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable “focus follows mouse” for Terminal.app and all X11 apps | |
# This means you can hover over a window and start typing in it without clicking first | |
# from https://github.com/mathiasbynens/dotfiles/commit/fb16c911a40b8467efb3634d906e316893937d31 | |
defaults write com.apple.terminal FocusFollowsMouse -bool true | |
defaults write org.x.X11 wm_ffm -bool true |