12 lines
232 B
SYSTEMD
12 lines
232 B
SYSTEMD
|
[Unit]
|
||
|
Description=Dynamic output configuration for Wayland compositors
|
||
|
Documentation=https://github.com/emersion/kanshi
|
||
|
BindsTo=graphical.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/kanshi
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical.target
|