add: brightness hotkey and icon
This commit is contained in:
parent
be3233d8b8
commit
62ae988ae0
2 changed files with 25 additions and 13 deletions
.config/sxhkd
|
@ -43,6 +43,11 @@ XF86AudioLowerVolume
|
|||
#XF86AudioMute
|
||||
# mpc toggleoutput
|
||||
|
||||
XF86MonBrightnessUp
|
||||
xbacklight -inc 5
|
||||
XF86MonBrightnessDown
|
||||
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue