-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Usually, when implementing a shell/bar, the user would need to interact with different protocols which might not be generic enough to incorporate into the library, thus the user would have to provide their own implementation. Since the library layer-shika has already established a Wayland infra, it would be redundant to repeat those boilerplates in users' code. Thus I would like to have some way to hook into the app and implement custom Wayland handler.
Ideally, the user should be able to 1) bind global object and 2) implement custom Wayland events handler themselves. However, as of now, I dont think there is any simple/ergonomic way to achieve this without repeating the boilerplate.
Would be nice to have this as a feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels