This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BrightnessControl/ModifyPermissions.sh

6 lines
127 B
Bash
Executable File

#!/bin/sh
you=$1
sudo chown $you /sys/class/backlight/intel_backlight/brightness
#ls -l /sys/class/backlight/intel_backlight/