I start my coding workspaces in tmux sessions which persist when I log out. If I switch from a wayland session to an x11 session, then my copy and paste functionality in those neovim sessions are broken because it’s still trying to use wl-copy. To be more precise:

  1. Start a wayland session.
  2. Open a terminal and start a tmux session.
  3. Open neovim and do some work.
  4. Log out of wayland, log into an X11 environment
  5. Open a terminal and reconnect to the tmux session
  6. "+y broken. clipboard: error invoking wl-copy: Failed to connect to a Wayland server...

Restarting neovim isn’t sufficient. I have to restart the entire tmux session or switch back to wayland. Is there some short cut I can take here?

3 points

Heho,

Just a guess. The tmux session may persist env. Thus nvim reads eg DISPLAY and thinks it must still be a wayland compositor.

Hope it helps

permalink
report
reply
5 points

This is exactly what happens. Actually the whole Wayland/xorg thing is not necessary, simply exiting a Wayland session and starting a new one will probably have the same effect, might depend on compositor. But it doesn’t help knowing that it’s the cause, I’ve known it for years, no closer to a solution. Obviously closing the tmux session and starting over is a “fix” in the same way that turning the machine off and on again is a fix. Kinda defeats the purpose of persistent tmux sessions.

permalink
report
parent
reply
2 points

Thats for sure what’s happening. The remaining error message makes that clear but I couldn’t copy the full message

permalink
report
parent
reply
4 points

Manipulating vim.g.clipboard is the trick. I’ll have to write some command that sets the clipboard provider directly.

permalink
report
reply
1 point
Deleted by creator
permalink
report
reply

Community stats

  • 70

    Monthly active users

  • 133

    Posts

  • 179

    Comments