diff options
author | Hummer12007 <hilobakho@gmail.com> | 2017-01-17 01:46:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 01:46:25 +0200 |
commit | 01038cd7da9e73556550fdbccea0d1cde943efd9 (patch) | |
tree | b4fb99173ba84e139a44f44b8d62bc91467da341 | |
parent | de56ea2af5b628d96c1d576529ffb8e40f47b9df (diff) |
Readme hotfix
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,7 +12,9 @@ The program is available in: ## Permissions Modifying brightness requires write permissions for device files. This can be accomplished (without using sudo/su/etc.) by either of the following means: + 1) installing brightnessctl as a suid binary (done by default) + 2) adding a similar udev rule (assuming your user is in `video` group for backlight and `input` group for leds): ``` ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video /sys/class/backlight/%k/brightness" |