contrib/greetd
2023-02-12 15:12:27 +01:00
..
.footprint
.signature greetd: 0.8.0 -> 0.9.0 2023-01-06 15:33:28 +00:00
greetd.pam
greetd.service
Pkgfile greetd: 0.8.0 -> 0.9.0 2023-01-06 15:33:28 +00:00
post-install
README Revert "greetd: add url of an open ticket (utmp/wtmp logging) to README" 2023-02-12 15:12:27 +01: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