Skip to content

binokkio/backlightcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backlightcontrol

This is a minimal C codebase that compiles to an executable with which the brightness of laptop screens can be controlled on Linux.

Installation guide

make

As root, adjust paths appropriately for the Linux distribution used:

cp backlightcontrol /usr/bin
chmod u+s /usr/bin/backlightcontrol

Usage examples

backlightcontrol set 50
backlightcontrol increment 10
backlightcontrol decrement 10

About

Basic laptop screen backlight controller.

Resources

License

Stars

Watchers

Forks