Add backlight control scripts
[khome.git] / bin / backlight_max
diff --git a/bin/backlight_max b/bin/backlight_max
new file mode 100755 (executable)
index 0000000..de0ef21
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+set -e
+
+dir="/sys/class/backlight/intel_backlight"
+cat "$dir/max_brightness" > "$dir/brightness"
This page took 0.024958 seconds and 4 git commands to generate.