aboutsummaryrefslogtreecommitdiff
path: root/dot_config/systemd/user/kanshi.service
blob: 381b9e49cb568f268aff190d6e4ca5dfeff34079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Dynamic output configuration
Documentation=man:kanshi(1)
PartOf=wayland-session.target
Requires=wayland-session.target
After=wayland-session.target

[Service]
Type=simple
ExecStart=/usr/bin/kanshi
Restart=always

[Install]
WantedBy=wayland-session.target