Marty Oehme
bbfbf5bcfe
Added service module to automatically start activitywatch in the background, to monitor window usage throughout.
12 lines
231 B
Desktop File
12 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
|