summaryrefslogtreecommitdiff
path: root/brightness
blob: 8835859b8d2edc347f7961bac6b0ab7bd2d08572 (plain)
1
2
3
4
5
#!/bin/sh

monitor="eDP-1"

xrandr --output $monitor --brightness "$1"