aboutsummaryrefslogtreecommitdiffstats
path: root/syncthing/.config/systemd/user/syncthing-gtk.service
Commit message (Collapse)AuthorAgeFilesLines
* Add systemd services for some background tasksGravatar Tom Willemse2021-11-021-0/+8
Add a ‘wm.target’ file that services can hook into and that Herbstluftwm starts at the end of its startup script. This way different services can be sure that the window manager itself has started up, and can be dependent on one another. Hopefully this makes managing these background processes easier.