You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experiencing that after rebuild, I cannot use Yabai features that require scripting additions until I manually load them with sudo yabai --load-sa.
From my quick debug session I've noted that:
The scripting additions are loaded via a launchd daemon:
I've been experiencing that after rebuild, I cannot use Yabai features that require scripting additions until I manually load them with
sudo yabai --load-sa
.From my quick debug session I've noted that:
nix-darwin/modules/services/yabai/default.nix
Lines 93 to 97 in a35b08d
nix-darwin/modules/system/defaults-write.nix
Lines 124 to 130 in a35b08d
nix-darwin/modules/system/activation-scripts.nix
Lines 65 to 66 in a35b08d
nix-darwin/modules/system/launchd.nix
Lines 18 to 32 in a35b08d
Therefore, unless there are changes to the launchd daemon, it will not run again and inject the scripting additions in the newly started Dock process.
The text was updated successfully, but these errors were encountered: