aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/kanshi.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/systemd/user/kanshi.service b/.config/systemd/user/kanshi.service
new file mode 100644
index 0000000..18a8b77
--- /dev/null
+++ b/.config/systemd/user/kanshi.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Dynamic output configuration for Wayland compositors
+Documentation=man:kanshi(1)
+BindsTo=sway-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/kanshi
+
+[Install]
+WantedBy=sway-session.target