diff --git a/.config/quickshell/services/Cliphist.qml b/.config/quickshell/services/Cliphist.qml index a3292d09a..0178367f9 100644 --- a/.config/quickshell/services/Cliphist.qml +++ b/.config/quickshell/services/Cliphist.qml @@ -16,7 +16,7 @@ Singleton { property real scoreThreshold: 0.2 property list entries: [] readonly property var preparedEntries: entries.map(a => ({ - name: Fuzzy.prepare(`${a}`), + name: Fuzzy.prepare(`${a.replace(/^\s*\S+\s+/, "")}`), entry: a })) function fuzzyQuery(search: string): var {