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:
11
systemd/kanshi.service
Normal file
11
systemd/kanshi.service
Normal 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
|
Reference in New Issue
Block a user