Skip to content

Dev1lroot/CopySound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopySound

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.

Features

  • 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.

Requirements

  • Qt6 development libraries (qt6-base-dev or equivalent)
  • C++17 compiler (e.g., g++ or clang++)
  • pw-play from pulseaudio-utils or pipewire for playing sounds

Building from Source

  1. Clone or download the source code.
  2. Create a build directory and navigate into it:
mkdir build
cd build
  1. Build the program
cmake ../
make
  1. Run it
chmod +x ./copysound
./copysound
  1. (optional) Integrate it into your system by adding it
  • into /usr/bin
  • into session startup scripts

About

A simple utility that makes sound when you copy anything to your clipboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors