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
@koekeishiya This would be a great thing to be addressed as anyone using skhd with nix-darwin cannot hot reload as the config file is symlinked and also a lot of people using stow or symlinks to manage their config files.
I use stow to manage my configs which manages symlinks of those configs.
This does not hotload on changes when the config is symlinked:
skhd -c ~/.config/skhd/skhdrc
But pointing to the actual config does:
skhd -c ~/.dotfiles/skhd/.config/skhd/skhdrc
Also, copying the config file into ~/.config/skhd/skhdrc works as well.
This is on an M3 running macOS 14.3.1.
The text was updated successfully, but these errors were encountered: