quickshell emoji picker

This commit is contained in:
end-4
2025-06-02 00:09:47 +02:00
parent 751e5ca543
commit c940b72776
7 changed files with 119 additions and 4 deletions
@@ -84,7 +84,8 @@ Singleton {
property bool sloppy: false // Uses levenshtein distance based scoring instead of fuzzy sort. Very weird.
property QtObject prefix: QtObject {
property string action: "/"
property string clipboard: ":"
property string clipboard: ";"
property string emojis: ":"
}
}