From 1c6996581988b5bcca724c2e94ce98ab67c67fca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 11:21:28 -0400 Subject: [PATCH] Restart walker when we refresh the config --- bin/omarchy-refresh-walker | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-refresh-walker b/bin/omarchy-refresh-walker index 700dd09..c45f54e 100755 --- a/bin/omarchy-refresh-walker +++ b/bin/omarchy-refresh-walker @@ -8,3 +8,6 @@ if cmp -s ~/.config/walker/config.toml.bak ~/.config/walker/config.toml; then else echo -e "\e[31mExisting .config/walker/config.toml replaced with new Omarchy default, but a .bak file was made.\e[0m" fi + +pkill walker +uwsm app -- walker --gapplication-service &