Merge branch 'user/okmans/swayidle/restart' into 'master'
Fix ordering cycle on swayidle-restart.path See merge request tile-os/tileos-settings-sway!6
This commit is contained in:
commit
836e378d5a
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Automatically restart the swayidle when its configuration changes
|
Description=Automatically restart the swayidle when its configuration changes
|
||||||
PartOf=swayidle.service
|
PartOf=swayidle.service
|
||||||
After=swayidle.service
|
|
||||||
|
|
||||||
[Path]
|
[Path]
|
||||||
PathChanged=%h/.config/swayidle/config
|
PathChanged=%h/.config/swayidle/config
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sway-session.target
|
WantedBy=paths.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue