Initial commit

This commit is contained in:
2025-11-28 16:44:06 -08:00
commit c673a0bda5
27 changed files with 1563 additions and 0 deletions

15
systemd/kanshi.service Normal file
View File

@ -0,0 +1,15 @@
[Unit]
Description=Wayland daemon that automatically configures outputs
Documentation=man:kanshi(1)
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=exec
ExecStart=/usr/bin/kanshi
ExecStartPost=%h/scripts/set-initial-kanshi-state
ExecReload=/usr/bin/kanshictl reload
ExecReload=%h/scripts/set-initial-kanshi-state
[Install]
WantedBy=graphical-session.target