aboutsummaryrefslogtreecommitdiff
path: root/services/dot-config/systemd/user/kanshi.service
diff options
context:
space:
mode:
Diffstat (limited to 'services/dot-config/systemd/user/kanshi.service')
-rw-r--r--services/dot-config/systemd/user/kanshi.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/services/dot-config/systemd/user/kanshi.service b/services/dot-config/systemd/user/kanshi.service
new file mode 100644
index 0000000..4554384
--- /dev/null
+++ b/services/dot-config/systemd/user/kanshi.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Kanshi Wayland output manager
+PartOf=graphical-session.target
+After=graphical-session.target
+
+[Service]
+Type=exec
+ExecStart=/usr/bin/kanshi
+ExecReload=kill -SIGHUP $MAINPID
+Restart=on-failure
+
+[Install]
+WantedBy=graphical-session.target