summaryrefslogtreecommitdiff
path: root/gui-libs/greetd/files/greetd-0.6.1-correct_user_config_toml.patch
blob: d295b5ca529b705c11e8813866823ce266486a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/config.toml b/config.toml
index 3768a6e..8345cb1 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
 [terminal]
 # The VT to run the greeter on. Can be "next", "current" or a number
 # designating the VT.
-vt = 1
+vt = 7
 
 # The default session, also known as the greeter.
 [default_session]
@@ -13,4 +13,4 @@ command = "agreety --cmd $SHELL"
 # 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"
+user = "greetd"