CopySound is a small utility for KDE Plasma desktops (Plasma 5 and Plasma 6) that provides audible notifications whenever the clipboard content changes.
On many Linux systems, there is no reliable system-wide notification when text or other data is copied to the clipboard. Users often repeatedly press Ctrl+C or Ctrl+Shift+C to ensure the content is copied. This utility solves that problem by providing a clear, audible confirmation using the standard KDE system sounds.
- Monitors the clipboard for changes in real time.
- Plays the standard KDE message notification sound (
/usr/share/sounds/freedesktop/stereo/message-new-instant.oga) on clipboard updates. - Compatible with both Plasma 5 and Plasma 6, requiring Qt6.
- Minimal, lightweight, and GPL-compliant.
- Qt6 development libraries (
qt6-base-devor equivalent) - C++17 compiler (e.g.,
g++orclang++) pw-playfrompulseaudio-utilsorpipewirefor playing sounds
- Clone or download the source code.
- Create a build directory and navigate into it:
mkdir build
cd build- Build the program
cmake ../
make- Run it
chmod +x ./copysound
./copysound- (optional) Integrate it into your system by adding it
- into /usr/bin
- into session startup scripts