aboutsummaryrefslogtreecommitdiff
path: root/dot_config/systemd/user/kanshi.service
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/systemd/user/kanshi.service')
-rw-r--r--dot_config/systemd/user/kanshi.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_config/systemd/user/kanshi.service b/dot_config/systemd/user/kanshi.service
new file mode 100644
index 0000000..381b9e4
--- /dev/null
+++ b/dot_config/systemd/user/kanshi.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Dynamic output configuration
+Documentation=man:kanshi(1)
+PartOf=wayland-session.target
+Requires=wayland-session.target
+After=wayland-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/kanshi
+Restart=always
+
+[Install]
+WantedBy=wayland-session.target