k: rxvt_unicode -> rxvt-unicode
This commit is contained in:
parent
8df9193875
commit
1e2cdca122
@ -48,7 +48,7 @@ pkgs.writeDashBin "fzfmenu" ''
|
|||||||
exec 4>&1
|
exec 4>&1
|
||||||
export FZFMENU_INPUT_FD=3
|
export FZFMENU_INPUT_FD=3
|
||||||
export FZFMENU_OUTPUT_FD=4
|
export FZFMENU_OUTPUT_FD=4
|
||||||
exec ${pkgs.rxvt_unicode}/bin/urxvt \
|
exec ${pkgs.rxvt-unicode}/bin/urxvt \
|
||||||
-name ${cfg.appName} \
|
-name ${cfg.appName} \
|
||||||
-title ${shell.escape cfg.windowTitle} \
|
-title ${shell.escape cfg.windowTitle} \
|
||||||
-e "$0" "$@"
|
-e "$0" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user