Linux Stuff

Disable Copy+Paste Manager

klipper isnt managable on modern kde machines ..

to disable the clipboard history feature, e.g. during problems with citrix receicer, you need to force disabling it via a config file in user space ..

~/.config/klipperrc
[General]
KeepClipboardContents=false
MaxClipItems=0

snippet

mkdir -p ~/.config
echo "[General]
KeepClipboardContents=false
MaxClipItems=0" > ~/.config/klipperrc