From 84cced30d0956bb397eb1e47634fb6c8b39ccac2 Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Tue, 23 Jul 2024 02:21:25 +0300 Subject: [PATCH] Fix ordering cycle on swayidle-restart.path --- usr/lib/systemd/user/swayidle-restart.path | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/lib/systemd/user/swayidle-restart.path b/usr/lib/systemd/user/swayidle-restart.path index a770018..1240ba7 100644 --- a/usr/lib/systemd/user/swayidle-restart.path +++ b/usr/lib/systemd/user/swayidle-restart.path @@ -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