-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature request: Make the message location configurable #60
Comments
Hi unsigned-enby Thank you for your feature request. We think it is a great idea to make If you'd want to take the initiative of implementing something of the sort cheers |
Hi project-repo, Thanks for your timely response. I just finished up implimenting this change. I went with the term Just as well I added in a Lastly, I included the ability to set the bottom options as you suggested as well as Best, |
Hi unsigned-enby Thanks so much! Initial tests look spot on, great job! We'll do some Cheers |
Sounds good / DCO is now added to the pull request. |
Hi unsigned-enby, |
That's fine! Thank you for letting me know. Wether it's merged or not I appreciate your responsiveness and communication. This has been my first official pull request and you have certainly helped make it a less nerve-racking experience. |
Hi unsigned-enby Sorry for taking so long to get back to you. Wlroots 0.17 and other One thing we noticed though is that there appears to be some Our current plan is to do a year-end release which will include your Cheers |
No worries! With the end of the semester I haven't had much time myself to check for a response. As for the align vs anchor, anchor is certainly the intended/desired term. And that works for me. |
Hi unsigned-enby This has now been merged onto the development branch. Thanks again for Cheers |
Functionality: * Add configuration to anchor position of messages (#60, 71 in Bugs.md). * Add output priorisation (#38, 68 in Bugs.md). * Print whether output is active in dump. Bug Fixes: * Fix gamma control (72 in Bugs.md). * Add missing commands to example config. * Add message_config to dump output. Example Scripts: * Add screenshot script. * Make example scripts standalone. Documentation: * Escape html tags in config man page. (#68, 69 in Bugs.md) * Improve README.md (#62, 70 in Bugs.md). * Improve SECURITY.md. * Add CONTRIBUTING.md (#62, 70 in Bugs.md). * FAQ: Add Firefox screenshare instructions for wayland. * FAQ: Add wlroots downgrading instructions for workaround in case of temporary wlroots incompatibility. * Update copyright notices to 2024. Development Tooling: * Add new gpg keys (signed by the old ones). * Add PR template. * Add dev-FAQ. * Remove now-unnecessary fanalyzer pragmas.
This has been released with 2.3.0. I am closing this issue. Cheers |
First off, let me say thank you for the work you have put in to cagebreak! While river is my 'main' WM, cagebreak provides a distraction free environment almost on par with the framebuffer. The one issue I've had is that messages are displayed in the top right of the screen. This isn't a 'major' issue persay, but my right eye is basically useless (ambliopia) so it's not entirely ideal. While changing it to the top left is as simple as ...
I feel it would make sense to just use the
cg_message_align
enum to set both the anchor point (i.e screen relative position) and the alignment (i.e message box relative position), as their respective matches aren't likely to differ(e.g if you want the message in a corner of the screen, you're probably not going to want it centered on the message). My thinking would be to 'attach' the configured enum to thecg_message_config
structure, altermessage_printf
as needed, but keepmessage_set_output
(andmessage_printf_pos
) the same. I'm likely to do this for my own benifit, but I'd be more than willing to submit a pull request, along with any particular preferences of yours, if you would like to add it into cagebreak!The text was updated successfully, but these errors were encountered: