diff --git a/README.md b/README.md index d5ec7d1..1e0f1bf 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ Miscellaneous scripts used by Nico Schottelius + +## Notable things usable for others: + +### cbacklight + +Sets/controls backlight using /sys/class/backlight/*/brightness +directly. Usable for systems that use modesetting instead of intel driver. diff --git a/cbackblight b/cbackblight old mode 100644 new mode 100755