greetd-0.6.1-correct_user_config_toml.patch 581 B

1234567891011121314151617181920
  1. diff --git a/config.toml b/config.toml
  2. index 3768a6e..8345cb1 100644
  3. --- a/config.toml
  4. +++ b/config.toml
  5. @@ -1,7 +1,7 @@
  6. [terminal]
  7. # The VT to run the greeter on. Can be "next", "current" or a number
  8. # designating the VT.
  9. -vt = 1
  10. +vt = 7
  11. # The default session, also known as the greeter.
  12. [default_session]
  13. @@ -13,4 +13,4 @@ command = "agreety --cmd $SHELL"
  14. # The user to run the command as. The privileges this user must have depends
  15. # on the greeter. A graphical greeter may for example require the user to be
  16. # in the `video` group.
  17. -user = "greeter"
  18. +user = "greetd"