Change swayidle stuff

This commit is contained in:
2025-11-29 17:05:07 -08:00
parent 859bedf756
commit a59a18e2bc
3 changed files with 15 additions and 2 deletions

12
systemd/swayidle.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=exec
ExecStart=%h/.config/river/config/run-swayidle.sh
[Install]
WantedBy=graphical-session.target