cruxports/greetd
John McQuah e869552804 fix build for newest ffmpeg 2022-02-26 14:04:55 -05:00
..
.footprint added 60 ports 2022-02-05 15:39:19 -05:00
.signature added 60 ports 2022-02-05 15:39:19 -05:00
Pkgfile added 60 ports 2022-02-05 15:39:19 -05:00
README added 60 ports 2022-02-05 15:39:19 -05:00
greetd.pam added 60 ports 2022-02-05 15:39:19 -05:00
greetd.service added 60 ports 2022-02-05 15:39:19 -05:00
post-install added 60 ports 2022-02-05 15:39:19 -05:00

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