From 7319dfc5ab4c453ac15e84e28faaa7f9dad59d32 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 26 Jan 2015 09:45:19 +0100 Subject: [PATCH] herbstluft - adjust brightness with buttons --- config/herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 80890cb..b6be972 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -42,6 +42,8 @@ hc keybind XF86AudioLowerVolume spawn sound_control.sh down hc keybind XF86AudioNext spawn quodlibet --next hc keybind XF86AudioPlay spawn quodlibet --play-pause hc keybind XF86AudioPrev spawn quodlibet --previous +hc keybind XF86MonBrightnessUp spawn xbacklight -inc 10 +hc keybind XF86MonBrightnessDown spawn xbacklight -dec 10 #hc keybind XF86MonBrightnessUp #hc keybind XF86MonBrightnessDown