aboutsummaryrefslogtreecommitdiffstats
path: root/community/greetd/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/greetd/config.patch')
-rw-r--r--community/greetd/config.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/greetd/config.patch b/community/greetd/config.patch
new file mode 100644
index 00000000000..f0ae10774a7
--- /dev/null
+++ b/community/greetd/config.patch
@@ -0,0 +1,12 @@
+Change the `user` to the one we have created for greetd.
+
+diff --git a/config.toml b/config.toml
+index c323af2..a90685a 100644
+--- a/config.toml
++++ b/config.toml
+@@ -13,4 +13,4 @@ command = "agreety --cmd /bin/sh"
+ # 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"