Disable language indicator under cursor
This commit is contained in:
parent
c25f8644e2
commit
b9299d7d5e
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,12 @@
|
|||
primaryUser = username;
|
||||
|
||||
defaults = {
|
||||
CustomUserPreferences = {
|
||||
kCFPreferencesAnyApplication = {
|
||||
TSMLanguageIndicatorEnabled = false;
|
||||
};
|
||||
};
|
||||
|
||||
dock = {
|
||||
autohide = true;
|
||||
autohide-time-modifier = 0.1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue