chore: configure tuigreet

This commit is contained in:
Bastien Riviere 2024-12-01 19:34:10 +01:00
parent 7931f3b2cc
commit d6c6eb054d
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
2 changed files with 17 additions and 0 deletions

View file

@ -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"

View file

@ -2,6 +2,7 @@
xorg-x11-server-Xwayland xorg-x11-server-Xwayland
greetd greetd
greetd-selinux greetd-selinux
tuigreet
niri niri
# apps # apps