2022-10-30 10:00:29 +00:00
|
|
|
This branch can be started from a rooted tty shell.
|
|
|
|
Currently tested is the included agreety (minimal) greeter.
|
|
|
|
|
|
|
|
Can start a shell, X, or anything. This is my config.toml
|
|
|
|
|
|
|
|
############### /etc/greetd/config.toml
|
|
|
|
[terminal]
|
|
|
|
# The VT to run the greeter on. Can be "next", "current" or a number
|
|
|
|
vt = 2
|
|
|
|
|
|
|
|
[default_session]
|
|
|
|
#command = "sway --config /etc/greetd/sway-config"
|
|
|
|
command = "agreety --cmd start-sway"
|
|
|
|
user = "greeter"
|
|
|
|
############### End of file
|
2023-02-12 09:05:51 -05:00
|
|
|
|
|
|
|
You might get incomplete results from w/who, because greetd does
|
|
|
|
not update utmp/wtmp. Submit patches or comments at this ticket:
|
|
|
|
https://todo.sr.ht/~kennylevinsen/greetd/11
|