mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
darwin: more tinkering
This commit is contained in:
parent
6b94e1cea1
commit
7f1381c474
7 changed files with 81 additions and 11 deletions
|
@ -1,21 +1,38 @@
|
|||
{
|
||||
system.defaults.dock = {
|
||||
autohide = true;
|
||||
autohide = true;
|
||||
showhidden = true; # Translucent.
|
||||
|
||||
mouse-over-hilite-stack = true;
|
||||
|
||||
show-recents = false;
|
||||
mru-spaces = false;
|
||||
|
||||
tilesize = 48;
|
||||
tilesize = 48;
|
||||
magnification = false;
|
||||
|
||||
enable-spring-load-actions-on-all-items = true;
|
||||
|
||||
expose-animation-duration = 0.1;
|
||||
|
||||
persistent-apps = [
|
||||
{ app = "/Applications/Zen.app"; }
|
||||
{ app = "/Applications/Ghostty.app"; }
|
||||
];
|
||||
};
|
||||
|
||||
system.defaults.CustomSystemPreferences."com.apple.dock" = {
|
||||
autohide-time-modifier = 0.0;
|
||||
autohide-delay = 0.0;
|
||||
expose-animation-duration = 0.0;
|
||||
springboard-show-duration = 0.0;
|
||||
springboard-hide-duration = 0.0;
|
||||
springboard-page-duration = 0.0;
|
||||
|
||||
# Disable hot corners.
|
||||
wvous-tl-corner = 0;
|
||||
wvous-tr-corner = 0;
|
||||
wvous-bl-corner = 0;
|
||||
wvous-br-corner = 0;
|
||||
|
||||
launchanim = 0;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue