cliphist: refresh on clipboard change

This commit is contained in:
end-4
2025-05-29 11:19:45 +02:00
parent c58c3d2174
commit 0ff0efe39c
+7
View File
@@ -43,6 +43,13 @@ Singleton {
readProc.running = true
}
Connections {
target: Quickshell
function onClipboardTextChanged() {
root.refresh() // TODO: Account for race condition with cliphist
}
}
Process {
id: readProc
property list<string> buffer: []