diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 843d7c4..67b7429 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -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