dotfiles/services/.config/systemd/user/activitywatch.service
Marty Oehme bbfbf5bcfe
services: Add activitywatch service
Added service module to automatically start activitywatch in the
background, to monitor window usage throughout.
2020-11-04 13:02:07 +01:00

13 lines
231 B
Desktop File

[Unit]
Description=Record pc window usage
PartOf=graphical-session.target
Requires=x-started-confirm.service
After=x-started-confirm.service
[Service]
ExecStart=/usr/bin/aw-qt
Restart=on-failure
[Install]
WantedBy=default.target