diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-11 21:09:30 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-11 21:09:30 -0700 |
commit | bc0e1fac2bdeaeaa9db3c1929856f55b9122af57 (patch) | |
tree | 04111ace98a04267b2076ccb423f301a2abbe702 /home/xyz/.local/bin/backlight | |
parent | c43d8e1307e2ca08430e2bbe869cc8251a9698ea (diff) |
backlight without sudo
Diffstat (limited to 'home/xyz/.local/bin/backlight')
-rwxr-xr-x | home/xyz/.local/bin/backlight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/backlight b/home/xyz/.local/bin/backlight index b148b90c..4e1a516e 100755 --- a/home/xyz/.local/bin/backlight +++ b/home/xyz/.local/bin/backlight @@ -23,4 +23,4 @@ while getopts ud opt; do ;; \?) exit 1;; esac -done | sudo tee /sys/class/backlight/intel_backlight/brightness > /dev/null +done > /sys/class/backlight/intel_backlight/brightness |