swaywm / swayidle

Idle management daemon for Wayland
MIT License
550 stars 50 forks source link

before-sleep doesn't work rtcwake #155

Closed EvilBoi123 closed 11 months ago

EvilBoi123 commented 11 months ago

In theory, swayidle should activate before-sleep command before sleep but in this case rtcwake doesn't work.

You can try: sudo rtcwake -m mem -t $(date +%s -d 'today + 30sec')

to test it out

emersion commented 11 months ago

I believe rtcwake bypasses systemd. swayidle relies on systemd for before-sleep. I don't think we can do anything about this.