summaryrefslogtreecommitdiff
path: root/greetd/README
blob: a66c9c3ad39f88aac0d89da88764b866728b8789 (plain)
    1 This branch can be started from a rooted tty shell.
    2 Currently tested is the included agreety (minimal) greeter.
    3 
    4 Can start a shell, X, or anything. This is my config.toml
    5 
    6 ############### /etc/greetd/config.toml
    7 [terminal]
    8 # The VT to run the greeter on. Can be "next", "current" or a number
    9 vt = 2
   10 
   11 [default_session]
   12 #command = "sway --config /etc/greetd/sway-config"
   13 command = "agreety --cmd start-sway"
   14 user = "greeter"
   15 ############### End of file

Generated by cgit