[HLWM] Use backlight.py script
This commit is contained in:
parent
8a769bf322
commit
383d64558e
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ hc keybind XF86AudioLowerVolume spawn amixer set Master 5%- unmute
|
|||
hc keybind XF86AudioRaiseVolume spawn amixer set Master 5%+ unmute
|
||||
hc keybind XF86AudioMute spawn amixer set Master togglemute
|
||||
hc keybind XF86AudioMicMute spawn amixer set Capture togglemute
|
||||
hc keybind XF86MonBrightnessDown spawn xbacklight -5
|
||||
hc keybind XF86MonBrightnessUp spawn xbacklight +5
|
||||
hc keybind XF86MonBrightnessDown spawn ~/dotfiles/scripts/backlight.py -5%
|
||||
hc keybind XF86MonBrightnessUp spawn ~/dotfiles/scripts/backlight.py +5%
|
||||
hc keybind Print spawn scrot ~/Pictures/screenshots/
|
||||
|
||||
# basic movement in tiling and floating mode
|
||||
|
|
Loading…
Reference in a new issue