From af29e9be10ac49d10b682fcb1d62421d91c31fa9 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 27 Dec 2015 21:46:35 +0000 Subject: Add controls for backlight in i3 (light-git) --- .i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index ea96bd9..2add25a 100644 --- a/.i3/config +++ b/.i3/config @@ -178,8 +178,8 @@ bindsym XF86AudioLowerVolume exec amixer -D pulse sset Master 5%- bindsym XF86AudioMute exec amixer -D pulse sset Master 0% # Sreen brightness controls -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 +bindsym XF86MonBrightnessUp exec light -A 10 +bindsym XF86MonBrightnessDown exec light -U 10 # font pango:DejaVu Sans Mono 10 bindsym F1 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds -- cgit v1.2.3