summaryrefslogtreecommitdiffstats
path: root/backend/pwrtray-backendrc.template
blob: e1cf0f9e40a00284d66b7c9fb06c2109ce484385 (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
# pwrtray-backend configuration

[BACKLIGHT]
# Startup backlight percentage.
startup_percent=80
# Shutdown backlight percentage.
shutdown_percent=100
# List of auto-dimming steps.
#   idle-seconds/brightness-percent idle-seconds/brightness-percent ...
# idle-seconds value must be growing.
autodim_steps=10/90 15/80 25/70 40/60 60/50 65/40 70/30 90/20 110/10 130/0
# Smoothen the step transitions?
autodim_smooth=Yes
# Enable auto-dimming by default?
autodim_default_on=Yes
# Enable auto-dimming by default, if on AC power?
autodim_default_on_ac=No

[BACKLIGHT_CLASS]
# The backlight class device under /sys/class/backlight/ to prefer
# for managing the backlight brightness.
prefer_device=acpi_video0

[SCREEN]
# Framebuffer device for screen blanking
#fbdev=/dev/fb0

[BATTERY]
# Emergency threshold, in percent.
# Set to 0 to disable emergency state checking.
emergency_threshold=0
# Emergency command to execute if battery level is below threshold.
emergency_command=/usr/sbin/hibernate-disk

[XEVREP]
# X11 input event reporter grace period (in milliseconds)
grace_period=1000
# pwrtray-xevrep process niceness
nice=5

[SYSTEM]
# Application-wide event-slack (in milliseconds).
# Higher values produce less backend wakeups, but also increase
# the event latency.
event_slack=1010
# pwrtray-backend process niceness
nice=5
bues.ch cgit interface