diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index fdd9546..b25b3e8 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -74,6 +74,8 @@ esac 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 else hc keybind $Mod-d spawn /usr/bin/dmenu_run fi