Greetd
Look up how to enable and configure greetd for your distro.
methods
login
:(username: string, password: string, cmd: string | string[], env?: string[]) => Promise<Response>
: combinescreateSession
,postAuth
,startSession
,cancelSession
createSession
:(username: string) => Promise<Response>
postAuth
:(response: string) => Promise<Response>
startSession
:(cmd: string | string[], env?: string[]) => Promise<Response>
cancelSession
:() => Promise<Response>