Add some systemd user units

Mostly for systemd integration of sway stuff.

See: https://github.com/swaywm/sway/wiki/Systemd-integration
This commit is contained in:
2022-01-18 14:43:20 +03:00
parent 6ce2c4c8fb
commit 6d13dec3e3
5 changed files with 53 additions and 0 deletions

11
systemd/kanshi.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Dynamic output configuration for Wayland compositors
Documentation=https://github.com/emersion/kanshi
BindsTo=sway-session.target
[Service]
Type=simple
ExecStart=/usr/bin/kanshi
[Install]
WantedBy=sway-session.target