summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/RyanMac/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix
index 307c7f0..687b941 100644
--- a/hosts/RyanMac/configuration.nix
+++ b/hosts/RyanMac/configuration.nix
@@ -59,9 +59,9 @@ in {
59 local.yabai = { 59 local.yabai = {
60 enable = true; 60 enable = true;
61 defaultPadding = 10; 61 defaultPadding = 10;
62 defaultTopPadding = 10; 62 defaultTopPadding = 40;
63 displayTopPadding = { 63 displayTopPadding = {
64 "6131F10F-6020-4D7E-8222-8702B5AEF45E" = 40; 64 "37D8832A-2D66-02CA-B9F7-8F30A301B230" = 10; # macOS retina display
65 }; 65 };
66 extraSymbolicHotkeys = manualHotkeys; 66 extraSymbolicHotkeys = manualHotkeys;
67 }; 67 };