Skip to content

[docs] Screenpipe Only support X11 #1338

Open
@hunnywar

Description

@hunnywar

we are using https://github.com/nashaofu/xcap/blob/master/src/linux/impl_window.rs
Xcap
it uses Xcb crate which will only works on x11 or if Xwayland brigde is there (but do not detect wayland apps)
So we must say linux users to change their session to X11 or implement
new things such as
https://github.com/2e3s/awatcher
they have already implemeted most things which make them work on wayland (KDE , Gnome,, Sway etc)
also for Hyperland we can do this
https://github.com/xremap/xremap/blob/master/src/client/hypr_client.rs

also one more project that have done these things https://github.com/xremap/xremap

@louis030195 to your surprise I see that thay also watch for IDLEness and keyboard
BIG BIG WIN for screenpipe

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions