From a2f3b7bc25c659542b20c5b252324cf8477f05a3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 12 Oct 2017 22:37:49 +0200 Subject: Rewrite with style (and relicense) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) (limited to 'README') diff --git a/README b/README index 801b3b0..10a522d 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME adjbacklight - Convenient method for adjusting the backlight on your portable computer SYNOPSIS - adjbacklight (-c | -w | [-g | -s LEVEL | LEVEL] [-a | DEVICE...]) + adjbacklight [-g | -s [+|-]level[%|%%]] [-a | device ...] DESCRIPTION adjbacklight can be used to fetch or set the backlight @@ -22,36 +22,34 @@ DESCRIPTION be used non-interactively with hotkeys set up in xbindkeys(1). OPTIONS - -c - --copyright - --copying Display copyright information. + -a Run for all devices, including ACPI devices. - -w - --warranty Display warranty disclaimer. + -g Get average brightness on devices. - -a - --all Run for all devices, including ACPI devices. + -s LEVEL Set brightness on devices by actual value. - -g - --get Get average brightness on devices. + -s +LEVEL Increase brightness on devices by actual value. - -s - --set LEVEL[%] Set brightness on devices. + -s -LEVEL Decrease brightness on devices by actual value. - +LEVEL Increase brightness on devices by actual value. - -LEVEL Decrease brightness on devices by actual value. - =LEVEL Set brightness on devices by actual value. + -s LEVEL% Set brightness on devices by percentage-points. - +LEVEL% Increase brightness on devices by percentage-points. - -LEVEL% Decrease brightness on devices by percentage-points. - =LEVEL% Set brightness on devices by percentage-points. + -s +LEVEL% Increase brightness on devices by percentage-points. - +LEVEL%% Increase brightness on devices by percentage. - -LEVEL%% Decrease brightness on devices by percentage. - =LEVEL%% Set brightness on devices by percentage. + -s -LEVEL% Decrease brightness on devices by percentage-points. -SEE ALSO - xbindkeys(1), xbacklight(1), sys_class_backlight(4) + -s LEVEL%% Set brightness on devices by percentage. + + -s +LEVEL%% Increase brightness on devices by percentage. + + -s -LEVEL%% Decrease brightness on devices by percentage. - Full documentation available locally via: info '(adjbacklight)' +KEYBOARD + left, down Darken the screen. + right, up Brighten the screen. + + q, enter, C-d Continue to next controller, or if at last, quit. + +SEE ALSO + xbindkeys(1), xbacklight(1) -- cgit v1.2.3-70-g09d2