From 2cfa5eab692ed882fbb6848f7b25bdf5a30ff5a5 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 24 Jun 2020 01:15:21 -0400 Subject: changed backlight inc/dec from 10 to 5 --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index ef0a2e2..ed3c049 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -58,8 +58,8 @@ bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" bindsym XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+" bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run -bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" -bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" +bindsym XF86MonBrightnessDown exec "xbacklight -dec 5" +bindsym XF86MonBrightnessUp exec "xbacklight -inc 5" bindsym Print exec "scrot ~/screens/$(date +%Y-%m-%d-%H:%M:%S).png" #bindsym $mod+c exec "xterm -e cataclysm" -- cgit 1.4.1