Switch to running quickshell as a systemd service that is auto-restarted if it crashes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
mkdir -p ~/.config/systemd/user
|
||||
cp "$OMARCHY_PATH/config/systemd/user/omarchy-shell.service" ~/.config/systemd/user/omarchy-shell.service
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user enable --now omarchy-shell.service
|
||||
Reference in New Issue
Block a user