herbstluftwm: add screen brightness bindings for warthog

This commit is contained in:
Thomas Preisner 2017-10-06 22:55:57 +02:00
parent 3f2fc4b860
commit 66680daac1

View file

@ -74,6 +74,8 @@ esac
if [ "$HOSTNAME" = warthog ]; then if [ "$HOSTNAME" = warthog ]; then
hc keybind $Mod-d spawn /usr/bin/dmenu_run -fn "Monospace-9" hc keybind $Mod-d spawn /usr/bin/dmenu_run -fn "Monospace-9"
hc keybind XF86MonBrightnessDown spawn xbacklight -4
hc keybind XF86MonBrightnessUp spawn xbacklight +4
else else
hc keybind $Mod-d spawn /usr/bin/dmenu_run hc keybind $Mod-d spawn /usr/bin/dmenu_run
fi fi