From 01038cd7da9e73556550fdbccea0d1cde943efd9 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Tue, 17 Jan 2017 01:46:25 +0200 Subject: Readme hotfix --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a161e6d..86d040a 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3