16 lines
442 B
Desktop File
16 lines
442 B
Desktop File
[Unit]
|
|
Description=Idle management daemon for Wayland
|
|
Documentation=https://github.com/swaywm/swayidle/blob/master/swayidle.1.scd
|
|
BindsTo=labwc-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/swayidle -w \
|
|
timeout 840 'swaylock -f -i %h/Pictures/commissions/361.png' \
|
|
timeout 900 'wlopm --off \*' \
|
|
resume 'wlopm --on \*' \
|
|
before-sleep 'swaylock -f -i %h/Pictures/commissions/361.png'
|
|
|
|
[Install]
|
|
WantedBy=labwc-session.target
|