jwm icon indicating copy to clipboard operation
jwm copied to clipboard

<Shell> option for configuration file

Open ercanersoy opened this issue 4 years ago • 2 comments

JWM executes "/bin/sh" for shell. For example, "/bin/sh" needed for xterm.

I would like to add option for JWM and it defines executable path of shell.

Some examples are given below:

<shell>/bin/ash</shell> <shell>/bin/bash</shell> <shell>/bin/dash</shell>

Thanks for interesting, Ercan

ercanersoy avatar Jul 25 '20 23:07 ercanersoy

I'm not sure what the use case for this is, I think people would expect JWM to use the POSIX shell.

joewing avatar Dec 21 '20 13:12 joewing

Some people use /bin/bash especially.

Some embedded systems use /bin/ash without /bin/sh alias.

ercanersoy avatar Jul 03 '21 06:07 ercanersoy