commit 8247d3c

hovercats  ·  2022-02-14 22:43:16 +0000 UTC
parent c7eec04
readme: add info about permissions for bri script
1 files changed,  +3, -1
M README
M README
+3, -1
1@@ -24,5 +24,7 @@ Overview
2   - bri
3     - Change screen brightness
4     - Requires path to brightness file
5-      - Exists in /sys/class/backlight
6+      - Exists in /sys/class/backlight/*
7       - Must have read/write access to said file
8+        - Permission for this file doesnt persist across reboots, so creating a
9+          script that sets correct permissions on boot is required.