14 lines
303 B
SYSTEMD
Raw Normal View History

2022-11-25 15:53:43 -05:00
[Unit]
Description=Dynamic output configuration for Wayland compositors
Documentation=https://github.com/emersion/kanshi
2023-03-25 09:06:54 -04:00
# BindsTo=graphical.target
BindsTo=graphical-session.target
2022-11-25 15:53:43 -05:00
[Service]
Type=simple
ExecStart=/usr/bin/kanshi
[Install]
2023-03-25 09:06:54 -04:00
# WantedBy=graphical.target
WantedBy=graphical-session.target