blob: ce9f7e37e8f8450d6d904feb0437b0dfcb38db65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w \
timeout 300 "notify-send 'Power' 'System will suspend very soon due to inactivity.'" \
timeout 315 "swaylock" \
timeout 320 "swaymsg 'output * power off'" resume "swaymsg 'output * power on'" \
before-sleep "swaylock"
[Install]
WantedBy=sway-session.target
|