dotfiles/unclutter/.config/systemd/user/unclutter.service
Tom Willemse 9b662e2609 Add systemd services for some background tasks
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.
2021-11-02 22:06:32 -07:00

8 lines
119 B
Desktop File

[Unit]
Description=Unclutter: Hide the mouse while typing
[Service]
ExecStart=unclutter
[Install]
WantedBy=wm.target