Add backlight script

This commit is contained in:
Tobias Reisinger 2022-03-22 12:28:39 +01:00
parent 8b82ba2445
commit 77c58e5f98
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 48 additions and 3 deletions

View file

@ -49,9 +49,9 @@ XF86AudioLowerVolume
# mpc toggleoutput
XF86MonBrightnessUp
xbacklight -inc 5
backlight -inc 5
XF86MonBrightnessDown
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
backlight -dec 5
super + v
freetube "$(xclip -o -selection clipboard)"

View file

@ -187,3 +187,5 @@ let g:move_key_modifier = 'C'
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
let g:vim_markdown_conceal = 0
let g:rustfmt_autosave = 1