Remove dash workaround
This commit is contained in:
parent
46c0f36349
commit
972f13579b
2 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ let
|
||||||
libqalculate
|
libqalculate
|
||||||
nix
|
nix
|
||||||
uni
|
uni
|
||||||
|
wl-clipboard
|
||||||
zsh
|
zsh
|
||||||
;
|
;
|
||||||
wlClipboard = pkgs.wl-clipboard;
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.runCommand "launcher" { } ''
|
pkgs.runCommand "launcher" { } ''
|
||||||
|
|
|
@ -24,7 +24,7 @@ emoji_options() {
|
||||||
|
|
||||||
emoji() {
|
emoji() {
|
||||||
char=$(echo -n "$1" | sed "s/^\([^ ]*\) .*/\1/")
|
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() {
|
nrun_options() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue