Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3ventic/brightness

for controlling backlighting via intel_backlight sysfs
https://github.com/3ventic/brightness

Last synced: about 1 month ago
JSON representation

for controlling backlighting via intel_backlight sysfs

Awesome Lists containing this project

README

        

## What's this

This is a small app I wrote so I can hook up keyboard shortcuts in i3 to control the brightness levels on my XPS15 when xbacklight failed to do so.

## Usage

```
./install
brightness # get current %
brightness -inc # increase by 2%
brightness -dec # decrease by 2%
```