Cool! No need for separate clipboard manager (unless you need more advanced features).
KDE
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
Well... the clipboard manager is still necessary 😬 , except you don't have to go looking for it in the system tray or wherever you put it*.
And you can do everything without lifting your fingers off the keyboard!
---
* You can hide it and unclutter the tray!
I use clipman in Xfce and bind a keyboard shortcut to popup the menu (my case Ctrl+alt+k).
Recently I add CB (the clipboard project) to my tools to management clipboard.
I don't know. So you don't accidentally paste something you didn't intend to? No idea. Sounds like a good wishlist thing to post to
I agree that pasting the selected item right away would make the feature even more useful.
On wayland this would be pretty difficult to implement (CopyQ for example does this only on X11). I'm currently working on an enhanced version of the klipboard widget, that should trigger a "fake" paste shortcut after the selection
It's a configurable option in Klipper (which is the process that's handling the clipboard in this video). You can access klipper in your system tray and if you right click on it one of the options lets you open up the settings (it's also somewhere in system settings I think but I always just get there via the system tray icon).
You can also configure how many entries it'll remember, whether it should pop up at the mouse cursor position, and set up regular expressions to recognize certain types of text (e.g. URLs) to perform specific actions.
Try this and change shortcut to Meta+V. Doesn't have the same look and feel as the KDE one (it also pastes on select, but I think this can be turned off)
Today I Learned. Thank you.
While this is very cool, I would never turn on clipboard history.
Thank you! Nice to know. I'm all about making my workflow quick / efficient, and KDE is so great for doing so!
It's a bit of a tough call. The "standard" clipboard is a widget, it does seem to be an integral part of Plasma, but the limits between what is Plasma and what is not are a bit hazy.
My guess is that, back in the day, the clipboard was an "independent" widget and this is a leftover from that.
But, you are right: the configure option for the notifications widget opens Plasma Settings, as does the network widget. It does not make much sense that the clipboard be different.
Either way, a well-placed merge request here:
https://invent.kde.org/plasma/plasma-workspace/-/tree/master/applets/clipboard
will probably solve that.