summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-11 05:34:13 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-11 05:34:13 +0100
commit8f07583e57222c2c458ee2ce7925d311726b13fd (patch)
tree33f73484a7d26ae8648aa0270577d5d6ac8b3773 /src/__main__.py
parentI do not have any monitors with backlight supported by RandR (diff)
downloadblueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.gz
blueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.bz2
blueshift-8f07583e57222c2c458ee2ce7925d311726b13fd.tar.xz
add backlight support through sysfs
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-xsrc/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__main__.py b/src/__main__.py
index 1ea51b0..f66f974 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -40,6 +40,7 @@ from solar import *
from curve import *
from colour import *
from monitor import *
+from backlight import *
config_file = None