mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
dump(darwin.reduce-motion-nix-darwin): update
This commit is contained in:
parent
87adee2737
commit
2b44e05c05
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Use this [Nix Darwin](https://github.com/nix-darwin/nix-darwin) module:
|
||||||
{
|
{
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
# Reduce window resize animation duration.
|
# Reduce window resize animation duration.
|
||||||
NSWindowResizeTime = 0.001;
|
NSGlobalDomain.NSWindowResizeTime = 0.001;
|
||||||
|
|
||||||
# Reduce motion.
|
# Reduce motion.
|
||||||
CustomSystemPreferences."com.apple.Accessibility".ReduceMotionEnabled = 1;
|
CustomSystemPreferences."com.apple.Accessibility".ReduceMotionEnabled = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue