diff options
Diffstat (limited to 'simplebl.8')
-rw-r--r-- | simplebl.8 | 37 |
1 files changed, 37 insertions, 0 deletions
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. |