contrib/greetd
Tim Biermann 5f127529b6
greetd: 0.9.0 -> 0.10.0
2024-04-21 20:49:14 +02:00
..
.footprint
.signature greetd: 0.9.0 -> 0.10.0 2024-04-21 20:49:14 +02:00
Pkgfile greetd: 0.9.0 -> 0.10.0 2024-04-21 20:49:14 +02:00
README Revert "greetd: add url of an open ticket (utmp/wtmp logging) to README" 2023-02-12 15:12:27 +01:00
greetd.pam
greetd.service
post-install

README

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