Drop the systemd running on advice from outfoxxed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user