summarylogtreecommitdiffstats
path: root/selfspy.conf
blob: 1dcfbab8259acefac4c89fc078ec7eda5bf5dd2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Example selfspy.conf. Put this in your ~/.config/ to use it
# with the systemd .service file.
# Note: You cannot indent lines in here!


# Defaults, used by both selfspy and selfstats.
[Defaults]

# Don't use quotes around the password, they'd be part of it!
# Example:
# PASSWORD=the passphrase can contain spaces
PASSWORD=

# You don't have to quote this either, but you can.
DATA-DIR="~/.selfspy"


# Selfstats default actions, when started with -c option.
# Copy this to new files to make configs for common tasks.
[Selfstats]

## Summary statistics. Enabling any of these will suppress the
## default list output and add the respective summary output.
## The argument number will determine how many seconds after
## a mouse click or keystroke you are still considered active.

# Total time spent active
#active=180

# List window titles, sorted by time spent in them.
#tactive=180

# List processes, sorted by time spent in them.
#pactive=180

# List active periods, sorted by date.
#periods=180

# List click-to-type and other ratios. Useful as a rough
# measure of effectiveness.
#ratios=180

# List processes sorted by keystrokes received.
#pkeys=True

# List window titles sorted by keystrokes received.
#tkeys=True

# Show logs since (most useful on the command line)
#back=1 h

# Time to start the log from.
#clock=00:00

# Date to start the log from.
#date=2014 10 06
#date=10 06
#date=06

# Limit results, format depends on whether --date/--clock or --id is used
#limit=10


## List filtering options

# Show from this log id onwards. Set number of entries with --limit.
#id=120

# This requires a valid password above or you will be prompted.
#showtext=true

# Regex of window titles
#title=chromium|firefox

# Regex of text to search for
#body=printer


## Other options

# Slightly more readable texts, eliminates display of
# backspace edits.
human-readable=true




## Buggy parameters

# This option is buggy from both here and the command line.
##min-keys=10
##key-freqs=true