summaryrefslogtreecommitdiff
path: root/global-wayland/etc/greetd/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'global-wayland/etc/greetd/config.toml')
-rw-r--r--global-wayland/etc/greetd/config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/global-wayland/etc/greetd/config.toml b/global-wayland/etc/greetd/config.toml
new file mode 100644
index 0000000..8e35d8d
--- /dev/null
+++ b/global-wayland/etc/greetd/config.toml
@@ -0,0 +1,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"