Skip to content

Allow user to implement custom Wayland protocol handlers #5

@HigherOrderLogic

Description

@HigherOrderLogic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions