Select to clipboard and middle button to paste text

How to enable this feature? It always came with distros I installed, it’s one of the things that I can’t live without…

sudo pacman -S xfce4-clipman-plugin
Providing you run Xfce, of course

1 Like

Yes, I’m on xfce and I’m total newbie in that DE. thats exactly what I was looking for, thanks! :slight_smile:

1 Like

Me too. In my case i add the config to xorg, so it will work with any other xorg based DE

/etc/X11/xorg.conf.d/20-3rdbutton.conf


Section "InputClass"
   Identifier "middle button"
   MatchIsPointer "on"
   MatchDriver "libinput"
   Option "MiddleEmulation" "on"
EndSection

1 Like