Add backlight control scripts
[khome.git] / bin / backlight_min
diff --git a/bin/backlight_min b/bin/backlight_min
new file mode 100755 (executable)
index 0000000..2a7ea89
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+set -e
+
+echo 1 > '/sys/class/backlight/intel_backlight/brightness'
This page took 0.028349 seconds and 4 git commands to generate.