You are not logged in.
I tried using i3wm with fresh install and I have a vimium plugin in firefox. i tried to copy the url using vimium and paste it in terminal using xclip -o and its not showing.
but if I try ctrl+shift+v, the copied url shows.
Last edited by Greasily3062 (2023-08-11 04:37:13)
Offline
Using just `xclip -o` gives the primary selection, you'd need `xclip -sel clip -o`
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Using just `xclip -o` gives the primary selection, you'd need `xclip -sel clip -o`
Thank you.
Offline