From ecc72fbd10e28b36d473ae6199cffbe0a4d20d86 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 19 Sep 2022 13:12:57 +0200 Subject: [PATCH] (xbindkeysrc) Added granularity to brightness control --- .xbindkeysrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xbindkeysrc b/.xbindkeysrc index f9ac2b6..67aa1e6 100644 --- a/.xbindkeysrc +++ b/.xbindkeysrc @@ -23,11 +23,11 @@ XF86AudioPlay # Increase backlight -"brightnessctl s 10000+" +"brightnessctl s 1000+" XF86MonBrightnessUp # Decrease backlight -"brightnessctl s 10000-" +"brightnessctl s 1000-" XF86MonBrightnessDown # # If you edit this file, do not forget to uncomment any lines