forked from Shinonome/dots-hyprland
wallpaper selector: paste directory/file to navigate
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user