forked from nico/dots
darwin: turn off showing recent apps in the dock
This commit is contained in:
parent
bb743a871c
commit
a64332e822
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
system.defaults.dock.autohide-time-modifier = 0.2;
|
||||
system.defaults.dock.mineffect = "scale";
|
||||
system.defaults.dock.orientation = "left";
|
||||
system.defaults.dock.show-recents = true;
|
||||
system.defaults.dock.show-recents = false;
|
||||
system.defaults.dock.tilesize = 48;
|
||||
|
||||
# finder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue