Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
104 B

function benq-brightness
xrandr --output HDMI-0 --gamma 1:0.8:0 --brightness (math $argv[1] / 100)
end