From 6ebe89885a8db0a86d68fb617698a8ffe5c9f598 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 24 Nov 2021 21:16:29 +0100 Subject: kanshi: Add systemd user service .config/systemd/user/kanshi.service: Add systemd user service, that binds to sway-session.target. --- .config/systemd/user/kanshi.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/systemd/user/kanshi.service 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 -- cgit v1.2.3-54-g00ecf