Remove dash workaround

This commit is contained in:
Charlotte Van Petegem 2025-05-01 15:58:47 +02:00
parent 46c0f36349
commit 972f13579b
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ emoji_options() {
emoji() {
char=$(echo -n "$1" | sed "s/^\([^ ]*\) .*/\1/")
riverctl spawn "echo -n $char | @wlClipboard@/bin/wl-copy --foreground"
riverctl spawn "echo -n $char | @wl-clipboard@/bin/wl-copy --foreground"
}
nrun_options() {