-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
way-displays: init module #6791
Conversation
If I understand correctly, the error is related to the news file. I'm not quite sure what I did wrong there. Anyone know? |
Okay, I may have solved it now. I've included the fix here in this PR, but maybe you'd prefer if I separated it out? @rycee |
9fff09d
to
287e73c
Compare
Thanks for the review, @khaneliman! |
Description
Adds support for a service using way-displays, which is an alternative to kanshi for managing display configurations on wlroots-based wayland compositors.
Closes #6787
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
or
nix build --reference-lock-file flake.lock ./tests#test-all
using Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC