Fix swayidle restart path
This commit is contained in:
parent
4a0e71bac9
commit
d8fead11b0
2 changed files with 7 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
tileos-settings-qtile (1.1.3~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix swayidle autorestart
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 23 Jul 2024 18:28:24 +0400
|
||||||
|
|
||||||
tileos-settings-qtile (1.1.2~tileos) unstable; urgency=medium
|
tileos-settings-qtile (1.1.2~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix typo
|
* Fix typo
|
||||||
|
|
|
@ -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=qtile-session.target
|
WantedBy=paths.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue