From b927bf45d5fb17dd1bdf093ad794dfc704f05501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 13 Mar 2024 13:57:07 -0400 Subject: [PATCH] disable the input source switch popup --- macsetup.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/macsetup.sh b/macsetup.sh index 02be821..d3dcf72 100755 --- a/macsetup.sh +++ b/macsetup.sh @@ -1569,6 +1569,13 @@ sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.serve displaySection "Misc Configurations" +# +# Input source switch popup +# +# Notes: This is the keyboard layout blue icons that is sometimes shown by macOS on application text input. +# +defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled 0 + # # Internet Accounts #