From 7b7b9d14f6a509f89839d03fb5bdda5e768debab Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 15 Feb 2017 14:33:41 -0600 Subject: [PATCH] Brightness controls got reverted from using light to xbacklight somehow --- .config/i3/config.base | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/i3/config.base b/.config/i3/config.base index 54c659e..0fbfe8b 100644 --- a/.config/i3/config.base +++ b/.config/i3/config.base @@ -133,9 +133,9 @@ bindsym Mod1+Control+l exec "xautolock -locknow" new_window none new_float pixel -# Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness +# Sreen brightness controls (requires light(1) from the AUR) +bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness +bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness # Music Player controls bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause