Simon Ser

Results 1949 comments of Simon Ser

Can you grab a drm_info dump after turning off the monitor?

The compositor will broadcast events followed by a `done` event when the output configuration changes. When applying a profile we trigger a configuration change. What I originally thought of was...

> So basically you would just have me update the current name, then call try_all_profiles? Yup! > Would you prefer kanshictl switch over kanshictl profile? I'd prefer to pick a...

> Maybe we should try and report an error back to kanshictl if setting the profile fails... Sounds sensible. Also adding something like `kanshictl set-profile "*"` to reset to "match...

As discussed on IRC, two potential solutions: - Make `set-profile` "one-off": applies the profile with the specified name, and does nothing more. This has the downside of being fragile: -...

One solution would be to simply match output names with `fnmatch(3)`. Another solution would be to allow users to match only a particular vendor, model or serial. Related: https://github.com/swaywm/wlr-protocols/issues/68

Note, we already support `*` to match any output. Is that not enough for your use-case?

The first matching configuration will be picked, so specifying the home configuration first should work. It would be a good idea to document this behavior. The only thing that makes...

Yes, this is a planned feature. I mentioned it in https://github.com/emersion/kanshi/issues/10. Part of the work necessary was started in https://github.com/emersion/kanshi/pull/52, but it would be nice to untangle this PR so...