Replace Walker clipboard with native Quickshell clipboard picker

This commit is contained in:
David Heinemeier Hansson
2026-05-17 10:49:53 +02:00
parent d81589e2be
commit 2713d43f35
6 changed files with 412 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"schemaVersion": 1,
"id": "omarchy.clipboard-picker",
"name": "Clipboard picker",
"version": "1.0.0",
"author": "Omarchy",
"description": "A clipboard manager to view and paste history",
"kinds": ["overlay"],
"activation": "on-demand",
"keepLoaded": true,
"entryPoints": {
"overlay": "ClipboardPicker.qml"
}
}