diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-11 05:34:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-11 05:34:13 +0100 |
commit | 8f07583e57222c2c458ee2ce7925d311726b13fd (patch) | |
tree | 33f73484a7d26ae8648aa0270577d5d6ac8b3773 /src/__main__.py | |
parent | I do not have any monitors with backlight supported by RandR (diff) | |
download | blueshift-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-x | src/__main__.py | 1 |
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 |