disable window opening animations

main
Alpha Chen 1 month ago
parent bc1b0add11
commit 6001eb7893
No known key found for this signature in database

@ -21,6 +21,12 @@
key: NSDisableAutomaticTermination
type: bool
value: true
- # disable window opening animations
# https://nikitabobko.github.io/AeroSpace/goodness#disable-open-animations
domain: -g
key: NSAutomaticWindowAnimationsEnabled
type: bool
value: false
- # disable font smoothing
key: AppleFontSmoothing
type: int

Loading…
Cancel
Save