wallpaper selector: paste directory/file to navigate

This commit is contained in:
end-4
2025-08-30 16:39:13 +02:00
parent 3e368141c7
commit 513d140ea2
4 changed files with 39 additions and 6 deletions
@@ -296,7 +296,7 @@ Item { // Wrapper
return Cliphist.fuzzyQuery(searchString).map(entry => {
return {
cliphistRawString: entry,
name: entry.replace(/^\s*\S+\s+/, ""),
name: StringUtils.cleanCliphistEntry(entry),
clickActionName: "",
type: `#${entry.match(/^\s*(\S+)/)?.[1] || ""}`,
execute: () => {