summarylogtreecommitdiffstats
path: root/wayland-idle-inhibitor.service
blob: 486af82f3e18c09bda6966dd1f088045af65f4d9 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Prevents display idling in sway/wayland and prevents locking by swayidle.

[Service]
Type=simple
ExecStart=/usr/bin/wayland-idle-inhibitor.py
Environment=PYTHONUNBUFFERED=1

[Install]
WantedBy=multi-user.target