10 lines
220 B
SYSTEMD
10 lines
220 B
SYSTEMD
[Unit]
|
|
Description=Automatically restart the swayidle when its configuration changes
|
|
PartOf=swayidle.service
|
|
After=swayidle.service
|
|
|
|
[Path]
|
|
PathChanged=%h/.config/swayidle/config
|
|
|
|
[Install]
|
|
WantedBy=river-session.target
|