abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Expand environment variables #44

Closed flytaly closed 1 month ago

flytaly commented 1 month ago

Currently, you have to provide the full path to your module. I propose replacing the environment variables in the path, so instead of

      "src": "node /home/username/path/to/myscript.js"

you can specify

      "src": "node $HOME/path/to/myscript.js"

Here is the commit, but I am not sure if there should be an additional option or if this is sufficient.

abenz1267 commented 1 month ago

added.