Skip to content

vicb3/blctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blctl

Backlight control utility

Description

blctl controls backlight settings using the /sys/class/backlight interface of the Linux kernel. It supports changing brightness in a configurable number of steps, as well as powering the backlight on and off on devices that support power control over the backlight interface.

Usage

See the manual page. The examples directory contains example acpid configuration for system-wide brightness control with hotkeys.

Installation

Build a Debian package

git clone https://github.com/vicb3/blctl.git
cd blctl
DEB_BUILD_OPTIONS=noddebs DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildpackage -us -uc -b

Build & install using make:

git clone https://github.com/vicb3/blctl.git
cd blctl
make
sudo make install PREFIX=/usr/local

License

GPLv3: GNU General Public License version 3

See LICENSE for details.

About

Backlight control utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published