diff --git a/.config/quickshell/services/Cliphist.qml b/.config/quickshell/services/Cliphist.qml index 51514e864..a3292d09a 100644 --- a/.config/quickshell/services/Cliphist.qml +++ b/.config/quickshell/services/Cliphist.qml @@ -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 buffer: []