Version: 3.1.3 (master)
**Problem: **
- ✅ Images: copied images are being added to clipboard as expected
- ❌ Text: clipboard is not adding newly copied text, I only see old copied text from 2 days ago only.
~ ❯ cat ~/.local/share/omarchy/default/hypr/bindings/clipboard.conf
# Copy / Paste
bindd = SUPER, C, Copy, sendshortcut, CTRL, Insert,
bindd = SUPER, V, Paste, sendshortcut, SHIFT, Insert,
bindd = SUPER, X, Cut, sendshortcut, CTRL, X,
bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard
Any help is much appreciated. Rebooting didn't fix it.