You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John McQuah e869552804 fix build for newest ffmpeg 1 year ago
..
.footprint added 60 ports 1 year ago
.signature added 60 ports 1 year ago
Pkgfile added 60 ports 1 year ago
README added 60 ports 1 year ago
greetd.pam added 60 ports 1 year ago
greetd.service added 60 ports 1 year ago
post-install added 60 ports 1 year ago

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