herbstluftwm: add keybinds to adjust brightness more precisely
This commit is contained in:
parent
5261afc3bb
commit
11f256160b
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ if [ "$HOSTNAME" = warthog ]; then
|
|||
hc keybind $Mod-d spawn /usr/bin/dmenu_run -fn "Monospace-9"
|
||||
hc keybind XF86MonBrightnessDown spawn xbacklight -4
|
||||
hc keybind XF86MonBrightnessUp spawn xbacklight +4
|
||||
hc keybind Shift-XF86MonBrightnessDown spawn xbacklight -1
|
||||
hc keybind Shift-XF86MonBrightnessUp spawn xbacklight +1
|
||||
else
|
||||
hc keybind $Mod-d spawn /usr/bin/dmenu_run
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue