Commit graph

4 commits

Author SHA1 Message Date
David B 36daccd715 Fixed some minor bugs in backlight and added ability to use CLI utils 2023-04-04 21:36:06 -04:00
Eric Ihli 0810bcdfaf Fix backlight to work with new CLX api
Backlight module was broken With CLX stemming from this commit
8e071554a5

```
Although this commit introduces two backwards-incompatible changes, they
should (hopefully) not be too inconvenient because this extension is as
yet unfinished and thus unsuitable for general use. The first, and more
important, change is the replacement of optional arguments with keyword
arguments in all request functions having optional arguments, which
affects only those callers who were supplying any optional arguments.
```

Calling backlight-increase or backlight-decrease would
result in error: "Error in Command 'backlight-increase': odd number of
&KEY arguments"
2021-07-13 09:58:18 -05:00
Florian Margaine 2fa5814111 Make stump-backlight work correctly on multiple monitors. 2021-01-21 13:19:41 -05:00
Florian Margaine 6dc5bf91f9 Add the stump-backlight module.
This module allows you to manage the backlight natively with StumpWM.

More details in the README.org file.
2021-01-20 18:22:55 -05:00