-
Notifications
You must be signed in to change notification settings - Fork 379
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
clipboard confirmation Ctrl + shift + c / Ctrl + shift + v #152
Comments
Hello, x11docker already has an option X server options I'll look into this. |
I had tested the --clipboard, and as you already mentioned works in all but Xephyr. I've checked that --clipboard syncs the clip, but I do not think we always want to share all the clips, just a few, here comes the cofirmation so that only what we want is synchronized like in Qubes. Thank you for replying |
I've fixed the clipboard issue in new release v5.6.0. Now it works in Xephyr again. Note that Xephyr has a keyboard combination CTRL+SHIFT to grab mouse and keyboard. You need to press CTRL+SHIFT again to release them. Inserting clips in a terminal with CTRL+SHIFT+V works anyway. The current state of the lock is shown in the Xephyr window title.
It is an interesting thought to ask for synchronisation instead of sharing all the time. |
I think they explain it better than I do. |
I have thought a bit about this. It would be possible to develop an semi-independent application that lists the clipboard content of all running X servers and pastes its content into others on demand. (Independent from x11docker option Another attempt could be a systray icon with a menu to enable/disable clipboard sharing for each X server/container. |
Maybe there's no need for the shift because that's exactly what breaks the flow of people. If something like this is possible, it would be magical.
I do not know the right way to do this because I do not know it that much, I broke my mind yesterday to install full disk encryption in archlinux :) (problem grub does not support luks2) Thank you for thinking about it. |
I did not find a way to watch the keyboard without too much overhead. I could develop a clipboard helper script that can exchange clipboard content between different X servers in a GUI. But I doubt it would be used that often that it is worth the effort. I've decided to leave it as it is. |
I have added some optional arguments to option
With |
Looking at the Qubes we can see how they handle the clipboard
X11docker with this function would be interesting
I was researching on and found xephyr + xclip
https://github.com/vn971/dotfiles/blob/master/bin/xephyr-xclip-get.rs
https://github.com/vn971/dotfiles/blob/master/bin/xephyr-xclip-put.rs
Thanks for building x11docker
The text was updated successfully, but these errors were encountered: