You are not logged in.
I'm trying to pipe the command I selected in dmenu to prime-run using this:
dmenu_path | dmenu "$@" | prime-run but it isn't working, instead it seems to run prime-run on its own without any input, does prime run not support piping? I'm still new to this so can anybody help me find a solution?
Last edited by Wim (2021-03-19 22:39:40)
Offline
dmenu_path | dmenu "$@" | xargs prime-run
prime-run $(dmenu_path | dmenu "$@")
Offline
Thanks for the help they both work
Offline
Of course they do ;-)
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline