aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-11-24 21:16:29 +0100
committerDavid Runge <dave@sleepmap.de>2021-11-24 21:16:29 +0100
commit6ebe89885a8db0a86d68fb617698a8ffe5c9f598 (patch)
tree0e1b7abf2a0c34b50e2caa544ba22067e7322eca /.config/systemd
parentf45961288ddf9a33a70fbfe4bfdb4e5596ba781b (diff)
downloaddotfiles-6ebe89885a8db0a86d68fb617698a8ffe5c9f598.tar.gz
dotfiles-6ebe89885a8db0a86d68fb617698a8ffe5c9f598.tar.bz2
dotfiles-6ebe89885a8db0a86d68fb617698a8ffe5c9f598.tar.xz
dotfiles-6ebe89885a8db0a86d68fb617698a8ffe5c9f598.zip
kanshi: Add systemd user service
.config/systemd/user/kanshi.service: Add systemd user service, that binds to sway-session.target.
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