From be1db1d04a5bcc7408ef81963ef96c4fa73867aa Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Thu, 23 Apr 2020 01:17:15 -0400 Subject: switching to xbacklight for brightness --- .config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 39cece5..c125c64 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 "backlight -5" -bindsym XF86MonBrightnessUp exec "backlight 5" +bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" +bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" #bindsym $mod+c exec "xterm -e cataclysm" #bindsym $mod+t exec "xterm -e tf" -- cgit 1.4.1