meh.

Results 137 comments of meh.

The usage section says you have to run `dux adaptive` in the background, either add it to your `.xinitrc` or run it from a shell with `dux adaptive &` and...

`desktop` and `window` mode changes based on the current window or virtual desktop. `-T` and `-R` are used to avoid computing huge areas of changes, for example a full screen...

That's pretty much it, there's no save step, it's done internally by dux when changing the backlight from it. You can have more than one setting for dark and one...

The sysfs interface is only used if XRandr is not found, recent enough, or broken.

I'll try to investigate, it may be happening on my system too but I never noticed because I had the right permissions for testing the sysfs code. If I can't...

There are still issues with this, and I have no idea how to make it work again, I already spent a couple hours on it and I gave up, if...

I don't think it requires any headers, does it fail to build any dependency?

>If you would have asked me what the benefits of being able to (de)serialize these types directly with serde instead of converting from native types i would assume the built...

Okay, implemented `Serialize` as a forwarding serializer to the primitive type, and `Deserialize` as a forwarder with an additional bound check.