Remove dash workaround
This commit is contained in:
parent
46c0f36349
commit
972f13579b
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue