Initial commit
This commit is contained in:
15
systemd/kanshi.service
Normal file
15
systemd/kanshi.service
Normal 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
|
||||
Reference in New Issue
Block a user