-
Notifications
You must be signed in to change notification settings - Fork 75
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
Is Wayland now supported or not? #52
Comments
Hey there,
The As a disclaimer, I have not tested it myself in a pure Wayland environment, nor does 1Password for Linux enable the feature (yet), so I can only speak for what the code should support. |
Alright, thank you. I guess I have to wait then. |
i would like to second this feature request. i have to use xwayland on my system and i think its causing lots of performance issues. |
The README mentions
which is a lie, because there's no guarantee that Xwayland may be running. But on the code side, there does seem to be an implementation for native Wayland:
arboard/src/wayland_data_control_clipboard.rs
Lines 88 to 102 in 23fc006
This confuses me a bit. Is there Wayland support now or not? (I'm seeing if Neovide could migrate from
clipboard
toarboard
, but relying on Xwayland is... well, dangerous)The text was updated successfully, but these errors were encountered: