Paste emojis via clipboard

This commit is contained in:
David Heinemeier Hansson
2026-05-29 09:32:01 +02:00
parent 5104daf212
commit c795d52201
+1 -1
View File
@@ -145,7 +145,7 @@ Item {
function applySelected(emoji) { function applySelected(emoji) {
if (!emoji) return if (!emoji) return
root.dismiss() root.dismiss()
Quickshell.execDetached([root.omarchyPath + "/bin/omarchy-clipboard-paste-text", emoji]) Quickshell.execDetached([root.omarchyPath + "/bin/omarchy-clipboard-paste-text", "--shift-insert", emoji])
} }
ListModel { id: displayModel } ListModel { id: displayModel }