feat: complete wayland desktop deployment (gnome/kde/sway/hyprland)
This commit is contained in:
12
roles/configuration/templates/greetd-config.toml.j2
Normal file
12
roles/configuration/templates/greetd-config.toml.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
[terminal]
|
||||
vt = 1
|
||||
|
||||
[default_session]
|
||||
command = "tuigreet --time --remember --cmd {{ _greetd_session }}"
|
||||
user = "greeter"
|
||||
{% if _desktop_autologin_user | length > 0 %}
|
||||
|
||||
[initial_session]
|
||||
command = "{{ _greetd_session }}"
|
||||
user = "{{ _desktop_autologin_user }}"
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user