4 lines
59 B
Bash
4 lines
59 B
Bash
|
function bright(){
|
||
|
xrandr --output eDP --brightness $1
|
||
|
}
|