chore: configure tuigreet
This commit is contained in:
parent
7931f3b2cc
commit
d6c6eb054d
2 changed files with 17 additions and 0 deletions
16
files/etc/greetd/config.toml
Normal file
16
files/etc/greetd/config.toml
Normal 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"
|
1
packages
1
packages
|
@ -2,6 +2,7 @@
|
|||
xorg-x11-server-Xwayland
|
||||
greetd
|
||||
greetd-selinux
|
||||
tuigreet
|
||||
niri
|
||||
|
||||
# apps
|
||||
|
|
Loading…
Reference in a new issue