-
Notifications
You must be signed in to change notification settings - Fork 4
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
how to render notifications #11
Comments
I have not considered it yet. Looks good. |
a "problem" of
so if you have Directx 10 you will not be able to run it |
I am considering using |
If I may add. Mad respect for what you guys are doing. I'm a fan of dunst-ctl. For durst I think you shouldn't provide any keybinding mechanism. Just provide good cli inteface/commands and people can implement their own keybind daemons whatever to keybind the cli commands approprately. Unix philosophy. |
@ZakharEl thats our plan 👍 |
what about: glutin? |
what we have to consider on wayland we have to use layer-shell which is currently not supported in all of the proposed ones. |
It's probably true that GTK is bloated, but on the other hand, most people already have it on their system. So it wouldn't matter much for the install. I don't know about the memory usage or how fast it is, but it's worth considering at least. |
my current favorite is: https://github.com/Smithay/client-toolkit (often called sct) but is is quite a lot of work.
things, i am not sure: idle-management |
That looks pretty good, although there are a few things
I hadn't heard of that protocol. That could be useful to dunst as well, since it currently cannot detect fullscreen.
|
we could have a look at https://github.com/ifreund/waylock on how to use the protocols. but currently my free time is quiet limited. |
at the moment it is not decided yet how we are going to render the notifications. Sure we could use
cairo
like dunst did.For the future I would consider, that maybe we want to add action buttons. These should be intractable via mouse and keyboard.
The disadvantage would be that the mouse interaction is quite limited in
cairo
and we would have to do lot of work ourself or usegtk
(which is quite bloated).possible dependencies we can use:
if you want to get a quick look at
conrod
:@tsipinakis & @bebehei any comments?
The text was updated successfully, but these errors were encountered: