aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system-user/swayidle.service
blob: f5d223a17e5462b84b6dd4c493ab14ee11def13d (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 "hyprlock" \
            timeout 320 "sytemctl suspend && swaymsg 'output * power off'" resume "swaymsg 'output * power on'" \
            before-sleep "hyprlock"


[Install]
WantedBy=sway-session.target