1agreety(1) General Commands Manual agreety(1)
2
3
4
6 agreety - A text-based greeter for greetd
7
9 agreety [options]
10
12 -h, --help
13 Show help message and quit.
14
15 -c, --cmd <command>
16 Specifies the command to run on successful login. agreety will ask
17 if none is specified.
18
19 -f, --max-failures <num>
20 Specifies the maximum number of login failures to accept before
21 terminating. Defaults to 5.
22
24 agreety is a very simple text-based greeter, with an appearance similar
25 to agetty(8) and login(1). It is bundled with greetd(1).
26
27 To use agreety, configure it as your greeter in your greetd config
28 file.
29
31 Maintained by Kenny Levinsen <contact@kl.wtf>. For more information
32 about greetd development, see https://git.sr.ht/~kennylevinsen/greetd.
33
35 greetd(1) greetd(5)
36
37
38
39 2023-01-05 agreety(1)