You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
.footprint | 1 year ago | |
.signature | 1 year ago | |
Pkgfile | 1 year ago | |
README | 1 year ago | |
greetd.pam | 1 year ago | |
greetd.service | 1 year ago | |
post-install | 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