aboutsummaryrefslogtreecommitdiff
path: root/quickshell/dot-config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to 'quickshell/dot-config/systemd/user')
-rw-r--r--quickshell/dot-config/systemd/user/quickshell.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/quickshell/dot-config/systemd/user/quickshell.service b/quickshell/dot-config/systemd/user/quickshell.service
new file mode 100644
index 0000000..b174440
--- /dev/null
+++ b/quickshell/dot-config/systemd/user/quickshell.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=QuickShell for the bar
+PartOf=graphical-session.target
+After=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/qs
+Restart=on-failure
+
+[Install]
+WantedBy=graphical-session.target