From 40612a0e10f252dcdae2b9b53b0efdec6464b7f6 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 6 Jan 2021 22:32:48 -0500 Subject: [PATCH] finer brightness control --- dotfiles-old/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles-old/.config/i3/config b/dotfiles-old/.config/i3/config index ce767b2..b11afb7 100644 --- a/dotfiles-old/.config/i3/config +++ b/dotfiles-old/.config/i3/config @@ -60,7 +60,9 @@ bindsym $mod+Shift+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ # Screen brightness # cred 4 https://github.com/patrickbolle/dotfiles/ bindsym $mod+equal exec light -A 5 && notify-send --expire-time=20 "LCD Backlight $(printf %.0f%% $(light -G))" +bindsym $mod+Shift+equal exec light -A 1 && notify-send --expire-time=20 "LCD Backlight $(printf %.0f%% $(light -G))" bindsym $mod+minus exec light -U 5 && notify-send --expire-time=20 "LCD Backlight $(printf %.0f%% $(light -G))" +bindsym $mod+Shift+minus exec light -U 1 && notify-send --expire-time=20 "LCD Backlight $(printf %.0f%% $(light -G))" # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod