From ac18fcd10eff325973211b894ba4236cc1c3818c Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Mon, 11 Dec 2023 18:41:43 +0000 Subject: initial commit --- simplebl.8 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 simplebl.8 (limited to 'simplebl.8') diff --git a/simplebl.8 b/simplebl.8 new file mode 100644 index 0000000..75ddc7f --- /dev/null +++ b/simplebl.8 @@ -0,0 +1,37 @@ +.TH simplebl 8 simplebl\-VERSION +.SH NAME +simplebl \- control backlight brightness +.SH SYNOPSIS +.B simplebl +.RB [ + +.IR val ] +.RB [ \- +.IR val ] +.RB [ = +.IR val ] +.SH DESCRIPTION +.B simplebl +changes the brightness value of the backlight. +program must be run as root, or by a member of the 'video' group. +.SH OPTIONS +.TP +.BI + " val" +increment brightness by +.I val +.TP +.BI \- " val" +decrement brightness by +.I val +.TP +.BI = " val" +set brightness to +.I val +.SH INTERFACE +.B simplebl +uses the intel_backlight interface. +this can possibly be changed to acpi_video0 or some other interface, but this +is as of yet untested. +.SH AUTHOR +Aiden Gall \- aiden@aidengall.xyz +.SH LICENSE +See the LICENSE file for the terms of redistribution. -- cgit v1.2.3