From 133d54f6007ab95ab2a187a78222cfb4f933f9cc Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 14 Dec 2025 11:32:39 -0500 Subject: [PATCH] Refresh daemon if we change it --- bin/omarchy-refresh-walker | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-refresh-walker b/bin/omarchy-refresh-walker index e32e2fcb..09a47495 100755 --- a/bin/omarchy-refresh-walker +++ b/bin/omarchy-refresh-walker @@ -3,6 +3,7 @@ # Ensure walker is set to autostart mkdir -p ~/.config/autostart/ cp $OMARCHY_PATH/autostart/walker.desktop ~/.config/autostart/ +systemctl --user daemon-reload omarchy-refresh-config walker/config.toml omarchy-refresh-config elephant/calc.toml