-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quirks with automating macOS Sonoma #210
Comments
Surprisingly, very few things failed. Dock resizing seems not to work, and a couple apps were missing as I did the thing in the wrong order the first time. |
In my
I do this because I often like to 'scroll' with just the down arrow or keys in Vim quickly, without going a page at a time. The fastest I can go using macOS's built-in slider is not very fast (for me). Those settings don't seem to do anything in Sonoma, see Did we lose key repeat in Sonoma?. |
Also, for some uses, Terminal really needs to have full disk access: Inside "Privacy & Security" > "Full Disk Access", enable 'Terminal' I don't know if I'm going to recommend that as a default though. |
It looks like the key repeat stuff might be under
Debugged with:
I'm going to test the following and log out and log back in to see if it takes:
|
Nope... looks like those values were set back to |
Also started getting very annoyed that if I clicked on the desktop, all my windows would fly away. Apparently there's some silly default for that in Sonoma. Luckily disabling it is as simple as:
|
For Dock resizing, this works:
The int is the dimension of icons in the Dock. Edit: That's... apparently in the |
Apparently as suggested on X, "turning it on and off again" worked, lol. |
I decided to finally upgrade to Sonoma, since I'm also adding on an M4 Mac mini... therefore I will document any weird problems I find in this project and try to resolve them in this issue.
.osx
commands to see what errors out or doesn't workDevelopment
folder copy completesEnableStandardClickToShowDesktop
option to my.osx
fileThe text was updated successfully, but these errors were encountered: