-
Notifications
You must be signed in to change notification settings - Fork 40
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: Wayland support #8
Comments
I never really used Wayland, but I might look into it. Could you give me some information about what happened when you tried herbe on Wayland? Some error message or what was the problem. Did you try to fix it? I heard good things about XWayland. |
Theoretically, it will work with XWayland, but not pure Wayland. In case of pure Wayland we need to detach from X11-specific dependencies(e.g by using ifdef's) and implement notification drawing via Wayland interfaces(see mako). This requires significant work especially if you're not familiar with Wayland. I didn't try to implement anything because you said that code frequently changes and better to wait stable state |
I think this would be a project on its own. And I'm sorry, but I don't really think it's my priority right now. Even after I finish herbe, I will still have little interest in Wayland so a port is unlikely. I can try to help you with a patch or something, but for me it would be a completely new environment. |
Wayland(especially sway) is pretty stable and usable nowadays. It is really faster than Xorg, has less dependencies and imho much more suckless. I didn't encounter major issues while using it, maybe because my setup is very minimal :) . The only downside i found is lacking suckless notification system!!! 😆 . I recommend you to try sway, but don't forget about dwl, velox, hikari, ... |
I might give it a try as my setup is also pretty minimal. I didn't really think about Wayland mainly because the suckless and OpenBSD guys didn't either. I'll just have to give it a try and see. Thanks! |
I don't mean to bump this but I use wayland and would be interested in trying to port this myself. |
A Wayland port would be great. Sadly I won't be able to help as I still haven't used Wayland at all. |
I have started working on this. I don't have it working yet but here it is https://github.com/muevoid/herbew Not sure if it's ok to post this here. |
Of course it's ok. The name is also fine. Tell me when you feel like it's finished, I will put a link in the README. Take your time and thank you for working on it. :) |
Just a little update at this. I renamed it to wayherb so it now lives here: It is pretty close to being done just text is left for the most part I will post here when It is fully done I am hoping by tommorow. |
New update I would say it is ready for basic use. Doesn't support multiple arguments or lines yet. But otherwise it acts the same. I am hoping to get those done tommorow and implemented. Edit: |
Looks great! I mentioned the port in the README. Thanks again. |
Thanks for such a cool program in the first place! It was a pleasure to port to wayland. |
No description provided.
The text was updated successfully, but these errors were encountered: