forked from Shinonome/dots-hyprland
cliphist: refresh on clipboard change
This commit is contained in:
@@ -43,6 +43,13 @@ Singleton {
|
|||||||
readProc.running = true
|
readProc.running = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Connections {
|
||||||
|
target: Quickshell
|
||||||
|
function onClipboardTextChanged() {
|
||||||
|
root.refresh() // TODO: Account for race condition with cliphist
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Process {
|
Process {
|
||||||
id: readProc
|
id: readProc
|
||||||
property list<string> buffer: []
|
property list<string> buffer: []
|
||||||
|
|||||||
Reference in New Issue
Block a user