.dotfiles/sway/systemd/swayidle.service

14 lines
301 B
SYSTEMD
Raw Normal View History

2022-11-21 23:45:57 +00:00
[Unit]
Description=Swayidle to trigger idle actions
Documentation=man:swayidle(1)
PartOf=graphical-session.target
After=sway.service
[Service]
Type=simple
ExecStart=/var/home/jpm/scripts/sway/idle.sh start
ExecStop=/var/home/jpm/scripts/sway/idle.sh stop
[Install]
WantedBy=graphical-session.target