From 4edc468c240b9be5e42426d70f97869c39ccb956 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 17 Jul 2023 11:45:40 +0300 Subject: [brightness-control] Added a more intelligent and verbose way to change brightness --- .config/openbox/rc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/openbox') diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index e4b23d1..cc74131 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -182,7 +182,7 @@ false Brightness up - brightnessctl set +5% + ~/.a/brightness-control.sh + @@ -191,7 +191,7 @@ false Brightness down - brightnessctl set 5%- + ~/.a/brightness-control.sh - -- cgit v1.2.3