mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
cliphist: refresh on clipboard change
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user