From df43f4ffa5fb760c801dbb236542aed39f912509 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 3 Oct 2019 16:25:02 +0100 Subject: [PATCH] Change screen brightness uisng percentages --- files/i3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/i3.conf b/files/i3.conf index 6ae668c..b4d40e5 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -17,8 +17,8 @@ bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous # Brightness -bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +1 -bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 1- +bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +5% +bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 5%- # Colour Temperature bindsym $mod+F11 exec --no-startup-id redshift -ox