From d6c6eb054d55c3f8894fd8000ee493b155ce72f3 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sun, 1 Dec 2024 19:34:10 +0100 Subject: [PATCH] chore: configure tuigreet --- files/etc/greetd/config.toml | 16 ++++++++++++++++ packages | 1 + 2 files changed, 17 insertions(+) create mode 100644 files/etc/greetd/config.toml diff --git a/files/etc/greetd/config.toml b/files/etc/greetd/config.toml new file mode 100644 index 0000000..dca7a1b --- /dev/null +++ b/files/etc/greetd/config.toml @@ -0,0 +1,16 @@ +[terminal] +# The VT to run the greeter on. Can be "next", "current" or a number +# designating the VT. +vt = 1 + +# The default session, also known as the greeter. +[default_session] + +# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh` +# with whatever you want started, such as `sway`. +command = "tuigreet --cmd niri-session" + +# 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 = "greetd" diff --git a/packages b/packages index f15d9c2..a860cb6 100644 --- a/packages +++ b/packages @@ -2,6 +2,7 @@ xorg-x11-server-Xwayland greetd greetd-selinux +tuigreet niri # apps