pwrtray-backendrc.template 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # pwrtray-backend configuration
  2. [BACKLIGHT]
  3. # Startup backlight percentage.
  4. startup_percent=80
  5. # Shutdown backlight percentage.
  6. shutdown_percent=100
  7. # List of auto-dimming steps.
  8. # idle-seconds/brightness-percent idle-seconds/brightness-percent ...
  9. # idle-seconds value must be growing.
  10. autodim_steps=10/90 15/80 25/70 40/60 60/50 65/40 70/30 90/20 110/10 130/0
  11. # Smoothen the step transitions?
  12. autodim_smooth=Yes
  13. # Enable auto-dimming by default?
  14. autodim_default_on=Yes
  15. # Enable auto-dimming by default, if on AC power?
  16. autodim_default_on_ac=No
  17. [BACKLIGHT_CLASS]
  18. # The backlight class device under /sys/class/backlight/ to prefer
  19. # for managing the backlight brightness.
  20. prefer_device=acpi_video0
  21. [SCREEN]
  22. # Framebuffer device for screen blanking
  23. #fbdev=/dev/fb0
  24. [BATTERY]
  25. # Emergency threshold, in percent.
  26. # Set to 0 to disable emergency state checking.
  27. emergency_threshold=0
  28. # Emergency command to execute if battery level is below threshold.
  29. emergency_command=/usr/sbin/hibernate-disk
  30. [XEVREP]
  31. # X11 input event reporter grace period (in milliseconds)
  32. grace_period=1000
  33. # pwrtray-xevrep process niceness
  34. nice=5
  35. [SYSTEM]
  36. # Application-wide event-slack (in milliseconds).
  37. # Higher values produce less backend wakeups, but also increase
  38. # the event latency.
  39. event_slack=1010
  40. # pwrtray-backend process niceness
  41. nice=5