nunOS/config/bash/utils.sh
2023-11-14 22:48:51 +00:00

4 lines
59 B
Bash

function bright(){
xrandr --output eDP --brightness $1
}