# ABOUTME: systemd user service for kanshi dynamic display configuration. # ABOUTME: Starts kanshi as part of the graphical session, with automatic restart. [Unit] Description=Dynamic display configuration Documentation=man:kanshi(1) PartOf=graphical-session.target After=graphical-session.target [Service] Type=simple ExecStart=/usr/bin/kanshi Restart=on-failure RestartSec=3 [Install] WantedBy=graphical-session.target