From b85de5d781dc1b4da53493a1bd6c77b41c3e4490 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 28 Apr 2020 01:41:44 +0200 Subject: [PATCH] change backlight in steps of 5% --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 4295248..9223b85 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -177,8 +177,8 @@ exec xinput set-prop "$touchpad" "libinput Natural Scrolling Enabled" 1 exec xinput set-prop "$touchpad" "libinput Accel Speed" 0.45 # Brightness controls (/etc/X11/xorg.conf necessary) -bindsym XF86MonBrightnessDown exec xbacklight -dec 10 -bindsym XF86MonBrightnessUp exec xbacklight -inc 10 +bindsym XF86MonBrightnessDown exec xbacklight -dec 5 +bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # Volume controls (see https://faq.i3wm.org/question/125/how-to-change-the-systems-volume.1.html) # Note: just add unmute add the end of the amixer command if the volume keys should unmute