Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.