GitXplorerGitXplorer
s

ddclight

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
3718ee0ea7970300665a05d45e42dab78639f5dd

format & iwyu

ssuertreus committed 13 days ago
Unverified
da6c329b2b60daaf0d87e130addcedbd89726249

update for sdbus-c++ 2

ssuertreus committed 13 days ago
Unverified
bd741f5b0acb8eb497d940c9ca117c669987d4f2

format duration explicitly for backward-compat with older absl

ssuertreus committed a year ago
Unverified
5528d27fec7f201d7c7948052af5e95666f49d69

add a missing error check and doc some TODOs

ssuertreus committed a year ago
Unverified
a0651fbaeec58c8621f15cb2a04afeef92ebcad5

format

ssuertreus committed a year ago
Unverified
cdbbb9046d5d97142ad9c20b0066b1acc73582b4

factor out device probing to make the functions shorter and facilitate manual override

ssuertreus committed a year ago

README

The README file for this repository.

ddclight is a daemon and command-line client to change screen brightness with DDC/CI.

It's able to be more responsive than some existing tools by daemonizing and holding open file descriptors to the i2c devices and by ignoring (rather than enqueueing) commands received faster than they can be executed. It's also designed to coordinate multiple-monitor setups.