Drop the systemd running on advice from outfoxxed

This commit is contained in:
David Heinemeier Hansson
2026-05-19 11:20:29 +02:00
parent 2896fc5c98
commit c6d7aa9494
11 changed files with 32 additions and 60 deletions
+5 -2
View File
@@ -3,5 +3,8 @@
# omarchy:summary=Restart the Omarchy shell
# omarchy:examples=omarchy restart shell
systemctl --user enable omarchy-shell.service >/dev/null
systemctl --user restart omarchy-shell.service
CONFIG_DIR="$OMARCHY_PATH/shell"
if ! quickshell reload -p "$CONFIG_DIR" >/dev/null 2>&1; then
setsid quickshell -n -p "$CONFIG_DIR" >/dev/null 2>&1 &
fi