From 83c776d10fdeff3eb6501139c726354625352600 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 17 Aug 2014 14:52:08 -0400 Subject: fix brightness keys --- xbindkeysrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xbindkeysrc b/xbindkeysrc index 7fe3a5e..c542ab4 100644 --- a/xbindkeysrc +++ b/xbindkeysrc @@ -48,3 +48,9 @@ "kill_focused CONT" XF86Launch4 + +"xbacklight -inc 5" + XF86MonBrightnessUp + +"xbacklight -dec 5" + XF86MonBrightnessDown -- cgit v1.2.3-54-g00ecf