Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrehfeld/window-tracker-x11
Track window/app usage when using X11 into a log file
https://github.com/hrehfeld/window-tracker-x11
python tracker window x11
Last synced: about 1 month ago
JSON representation
Track window/app usage when using X11 into a log file
- Host: GitHub
- URL: https://github.com/hrehfeld/window-tracker-x11
- Owner: hrehfeld
- License: agpl-3.0
- Created: 2018-01-04T11:41:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T16:04:38.000Z (about 7 years ago)
- Last Synced: 2024-11-07T16:50:52.826Z (2 months ago)
- Topics: python, tracker, window, x11
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# window-tracker-x11
Track and log window/app usage when using X11 into a csv file## Installation
use```
sudo pip3 install window_tracker_x11
```to install.
## Usage
Then to start the service:```
systemctl --user start window-tracker-x11.service
```Window usage will then be logged into `$HOME/.config/window-tracker-x11/log.csv`.
To enable the service permanently:
```
systemctl --user enable window-tracker-x11.service
```## Configuration
You can configure idle time and a few other options in `$HOME/.config/window-tracker-x11/config.py`. A sample configuration can be found in `/usr/lib/window_tracker_x11/config.py.sample`.