forked from Shinonome/dots-hyprland
wallpaper selector: paste directory/file to navigate
This commit is contained in:
@@ -217,4 +217,8 @@ Singleton {
|
||||
return str;
|
||||
return str.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"').replace(/'/g, ''');
|
||||
}
|
||||
|
||||
function cleanCliphistEntry(str: string): string {
|
||||
return str.replace(/^\d+\t/, "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user