summaryrefslogtreecommitdiff
path: root/modules/darwin/yabai/default.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-29 18:46:06 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-29 18:46:06 -0400
commita2c015245921f589bbd7cc787bfd092474a07992 (patch)
treede8e1686c5f6981128de4f5c1297c4fadf7118d4 /modules/darwin/yabai/default.nix
parentc589cef163fddefcca977f130319f6b5e3657621 (diff)
Change default to be for any screen other than internal so its a bitHEADmain
more generic
Diffstat (limited to 'modules/darwin/yabai/default.nix')
-rw-r--r--modules/darwin/yabai/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/darwin/yabai/default.nix b/modules/darwin/yabai/default.nix
index 8e64dd1..cc7df15 100644
--- a/modules/darwin/yabai/default.nix
+++ b/modules/darwin/yabai/default.nix
@@ -38,7 +38,7 @@ let
38 | while read -r uuid spaces; do 38 | while read -r uuid spaces; do
39 case "$uuid" in 39 case "$uuid" in
40${padArms} 40${padArms}
41 *) pad=${toString cfg.defaultPadding} ;; 41 *) pad=${toString cfg.defaultTopPadding} ;;
42 esac 42 esac
43 for s in $spaces; do 43 for s in $spaces; do
44 for k in top_padding; do 44 for k in top_padding; do