From eeb804a9fe0abcbc656ca23dfbb1758ad405a128 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 27 Mar 2018 15:59:19 +0530 Subject: [PATCH] xbindkeys: Use "light" instead of xbacklight It works with nouveau and hybrid graphics. --- .xbindkeysrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc b/.xbindkeysrc index db353d19..b3ff000a 100644 --- a/.xbindkeysrc +++ b/.xbindkeysrc @@ -7,7 +7,9 @@ XF86AudioMute ## Screen brightness -"xbacklight -inc 20" +# "xbacklight -inc 20" +"light -A 20" XF86MonBrightnessUp -"xbacklight -dec 20" +# "xbacklight -dec 20" +"light -U 20" XF86MonBrightnessDown