blob: 8e35d8de630f7b7726f241e92b3dd84006294b7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[terminal]
# The VT to run the greeter on. Can be "next", "current" or a number
# designating the VT.
vt = 1
[default_session]
command = "cage -s -- gtkgreet -l --style=/etc/greetd/gtkgreet.css"
# The user to run the command as. The privileges this user must have depends
# on the greeter. A graphical greeter may for example require the user to be
# in the `video` group.
user = "greeter"
|