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]
|
||||
Description=Automatically restart the swayidle when its configuration changes
|
||||
PartOf=swayidle.service
|
||||
After=swayidle.service
|
||||
|
||||
[Path]
|
||||
PathChanged=%h/.config/swayidle/config
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
||||
WantedBy=paths.target
|
||||
|
|
Loading…
Add table
Reference in a new issue