From 43cf77e0e983903dd64fa7cc922d830f64983172 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 26 Nov 2018 18:03:31 +0100 Subject: [PATCH] =?UTF-8?q?i3:=20fine=20tuning=20of=20brightness=20with=20?= =?UTF-8?q?shift+=F0=9F=94=86=C2=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i3/config.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/config.m4 b/i3/config.m4 index 63160c7..bdb1f0f 100644 --- a/i3/config.m4 +++ b/i3/config.m4 @@ -68,6 +68,8 @@ ifelse(hostname, [petalius], [ # brightness control bindsym XF86MonBrightnessDown exec light -U 10 bindsym XF86MonBrightnessUp exec light -A 10 +bindsym Shift+XF86MonBrightnessDown exec light -U 1 +bindsym Shift+XF86MonBrightnessUp exec light -A 1 ]) # resize window (you can also use the mouse for that)