Hi,

On Fri, Mar 04, 2022 at 07:59:09AM +0000, Sime Ramov wrote:
> I didn't manage to get this going via `config.h`:
> 
>     /*
>      * What program is execed by st depends of these precedence rules:
>      * 1: program passed with -e
>      * 2: scroll and/or utmp
>      * 3: SHELL environment variable
>      * 4: value of shell in /etc/passwd
>      * 5: value of shell in config.h
>      */
> 
> Tried options 1, 3 and 5, but even if some of them work, they are
> low in precedence list... Any ideas?
> 

You can also try option 2 with utmp. It creates an entry in utmp
and it executes a login shell.


Regards,

Reply via email to