Tweak Alacritty settings

This commit is contained in:
Tobias Ostner 2023-09-19 21:17:56 +02:00
parent cd937b4053
commit 5a8240bc50
2 changed files with 13 additions and 3 deletions

View file

@ -62,6 +62,7 @@
dock.orientation = "right";
NSGlobalDomain.InitialKeyRepeat = 14;
NSGlobalDomain.KeyRepeat = 1;
NSGlobalDomain.AppleFontSmoothing = 1;
finder.AppleShowAllExtensions = true;
finder.AppleShowAllFiles = true;
finder.CreateDesktop = false;