arcnmx
arcnmx
Yeah, I expected that to be a problem. Notice how [this require](https://github.com/arcnmx/luakit-pass/blob/master/init.lua#L7) does not say `"plugins.luakit-pass.wm"`. You could: 1. move `pass` directly into `~/.config/luakig` instead of under `plugins` (and remove...
Hm, not really sure. I'm not a fan of monolithic repos, maybe it could be used as a git submodule instead of including it outright? I'd generally prefer it to...
Yeah, it seems like that would be useful to include! fwiw [I do have an example of roughly how to do this](https://github.com/arcnmx/screenstub/blob/af5a08b3349de6fb07a8c20898a6c3cf89450100/uinput/src/lib.rs#L128-L213)
The closest functionality currently is enabling the `with-serde` feature, you'll get serialize/deserialize for the enum types from/into strings by their name.
I'll leave it open, as it's reasonable to offer this in some way, considering that libevdev offers similar functionality via `libevdev_event_code_get_name` and such. I'm not sure when/if I'll get around...
> Neither of them is particularly good-looking in a config, but the first are as canonical as it gets, and that's something. Agreed. > Also, your shortening is nice, but...
I've taken care of the redundant `KeyF1` -> `F1` names, however a way to translate to/from the symbol names is still not yet provided. I'm not sure if I'm up...
Hm... is this 0.4.1? Probably try running it with `RUST_LOG=trace` (assuming env-logger is available) for some more info - or try running [`RUST_LOG=trace ddcset capabilities`](https://github.com/arcnmx/ddcset-rs) and/or `detect` for comparison
Besides the above suggestion, you can also try: * `println!("{:?}", display.handle.capabilities_string().unwrap());` and share here to see if the caps string is invalid in some way * ddc-hi v0.5.x branch (or...
updating to mccs 0.2 is happening in the [v0.5.x branch](https://github.com/arcnmx/ddc-hi-rs/commits/v0.5.x) - unfortunately the work has been stalled for the last while but I'm hoping to be able to get back...