pwrtray: Update config
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 13:24:25 +0000 (13:24 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Oct 2011 13:24:25 +0000 (13:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28625 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/app/pwrtray/files/etc/pwrtray-backendrc

index d03004a..4ef6550 100644 (file)
@@ -9,8 +9,14 @@ autodim_steps=15/65 20/50 25/25 30/10 35/0
 autodim_default_max=75
 # Enable auto-dimming by default?
 autodim_default_on=1
+# Force backlight to autodim-max, if on AC and autodim is enabled?
+# This effectively disables autodim if not on battery power.
+autodim_max_on_ac=0
 
 [SCREEN]
 # Framebuffer device for screen blanking
 fbdev=/dev/fb0
 
+[XEVREP]
+# X11 input event reporter grace period (in milliseconds)
+grace_period=2000