✨ feat(greetd): added auto-session and removed tui greeter
This commit is contained in:
parent
3491e6b79e
commit
d3aea8735b
3 changed files with 6 additions and 14 deletions
|
@ -1,16 +1,10 @@
|
|||
[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 Hyprland"
|
||||
|
||||
# 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.
|
||||
command = "agreety -c Hyprland"
|
||||
user = "greeter"
|
||||
|
||||
[initial_session]
|
||||
command = "Hyprland"
|
||||
user = "matt"
|
||||
|
|
|
@ -119,11 +119,10 @@
|
|||
create: yes
|
||||
|
||||
# Greeter
|
||||
- name: intall greeter
|
||||
- name: install greeter
|
||||
pacman:
|
||||
name:
|
||||
- greetd
|
||||
- greetd-tui
|
||||
|
||||
- name: enable and start greeter
|
||||
systemd:
|
||||
|
|
|
@ -59,7 +59,6 @@ gnome-logs 45beta-1
|
|||
go 2:1.22.0-1
|
||||
gparted 1.6.0-1
|
||||
greetd 0.9.0-3
|
||||
greetd-tuigreet 0.8.0-2
|
||||
grim 1.4.1-1
|
||||
groff 1.23.0-5
|
||||
grub 2:2.12-1
|
||||
|
|
Loading…
Add table
Reference in a new issue