From 1e747e92ccf5639e87fd6109a06bab397264f347 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Sun, 4 Aug 2019 05:48:59 -0500 Subject: [PATCH] adjust tilesize again --- darwin/defaults.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/defaults.nix b/darwin/defaults.nix index ee5795c..4b69eca 100644 --- a/darwin/defaults.nix +++ b/darwin/defaults.nix @@ -57,7 +57,7 @@ dock = { # set the icon size of all dock items - tilesize = 30; + tilesize = 40; # enable spring loading (hold a dragged file over an icon to drop/open it there) enable-spring-load-actions-on-all-items = true;