From 8b9a0ad3e401df946ec7450fee70aa7ab6d7a24e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 22 Jan 2020 16:32:16 +0100 Subject: [PATCH] [ADD][I3] Finer-grained brightness control --- i3/.config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 199828f..5ecfa47 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -307,6 +307,8 @@ bindsym XF86Display exec arandr # Bind sreen brightness controls bindsym XF86MonBrightnessUp exec xbacklight -inc 10 && notify-send -h string:x-canonical-private-synchronous:bright -t 500 -u low "Increment brightness: $(printf '%.0f' `xbacklight -get`)%" bindsym XF86MonBrightnessDown exec xbacklight -dec 10 && notify-send -h string:x-canonical-private-synchronous:bright -t 500 -u low "Decrement brightness: $(printf '%.0f' `xbacklight -get`)%" +bindsym Shift+XF86MonBrightnessUp exec xbacklight -inc 1 && notify-send -h string:x-canonical-private-synchronous:bright -t 500 -u low "Increment brightness: $(printf '%.0f' `xbacklight -get`)%" +bindsym Shift+XF86MonBrightnessDown exec xbacklight -dec 1 && notify-send -h string:x-canonical-private-synchronous:bright -t 500 -u low "Decrement brightness: $(printf '%.0f' `xbacklight -get`)%" # Auto start system tray applets exec --no-startup-id blueman-applet