Uh oh!
There was an error while loading. Please reload this page.
fix: enable primary clipboard copy for Wayland/X11 to fix Linux middle-click paste - #6370
Open
mickalpine wants to merge 1 commit into
Open
fix: enable primary clipboard copy for Wayland/X11 to fix Linux middle-click paste#6370mickalpine wants to merge 1 commit into
mickalpine wants to merge 1 commit into
Conversation
Closed
9 tasks
shenron0101
commented
Jan 24, 2026
Amazing!! this is exactly what I was looking for. Hopefully its pulled. |
mickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
January 30, 2026 14:24
c1fa203 to
b39efc8Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
January 30, 2026 14:35
b39efc8 to
559d700Comparethdxrforce-pushed
the
dev
branch
2 times, most recently
from
January 30, 2026 14:37
f1ae801 to
08fa7f7Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
February 2, 2026 14:40
559d700 to
d2d5398Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
3 times, most recently
from
February 26, 2026 13:51
5fcd853 to
6e16e67Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
2 times, most recently
from
March 6, 2026 15:59
4120835 to
d816447Compare6 tasks
mickalpine
commented
Mar 27, 2026
Author
@adamdotdevin any chance to get a review? Bumping since my issue #6110 was closed after 60 days of inactivity but the issue remains. This PR fixes it. Cheers |
Dunravin
commented
Apr 19, 2026
Praying to the merge gods. I need to make sacrificial offerings to opencode via the middle-click. Bump |
mickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
3 times, most recently
from
April 24, 2026 14:15
f39f01e to
b4252c1Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
April 28, 2026 15:41
b4252c1 to
96bbb15Comparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
3 times, most recently
from
May 14, 2026 14:09
4782001 to
dce3e6fComparemickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
May 15, 2026 12:41
dce3e6f to
6bb138dCompare6 tasks
neheb
commented
Jun 2, 2026
hrm I noticed claude and codex support this. |
This was referenced Jun 7, 2026
mickalpineforce-pushed
the
fix/6110-clipboard-primary-copy
branch
from
June 9, 2026 00:34
6bb138d to
aec1ee8Compare
This was referenced Jun 9, 2026
3 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes#6110: Adds optional config
clipboard.linux.enablePrimaryCopyto enable primary clipboard copying in Wayland/X11, fixing Linux middle-click paste by populating both regular and primary selections without changing default behavior.Changes
config.ts.clipboard.tsfor conditional primary copying.To enable primary clipboard copy add to opencode config (default is false):
{ "clipboard": { "linux": { "enablePrimaryCopy": true } } }Labels: bug, opentui