diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-22 22:58:23 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-22 23:00:24 +0100 |
| commit | 84451cc3f1c0e42dae45015fb8044f3149909ec0 (patch) | |
| tree | 730159e863bc79c393bc1ce68824cb39523d7e15 | |
| parent | 6e8e19aa82f7db3fbea5d60709969e19dc9b162a (diff) | |
Workaround tuigreet gets overlaid
Issue: https://unix.stackexchange.com/questions/796530/systemd-message-litters-tuigreet-greetd
Workarounds:
- https://github.com/apognu/tuigreet/issues/190
- https://todo.sr.ht/~kennylevinsen/greetd/26#event-96767
- https://wiki.archlinux.org/title/Greetd#Prevent_systemd_messages_from_overwrting_console-based_greeterd
Depends on: https://git.sr.ht/~a14m/ansible-distro-install/commit/b1928501d77dfaa6448bebd5d811aa26845a9933
| -rw-r--r-- | roles/hyprland/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/tasks/main.yml b/roles/hyprland/tasks/main.yml index 2119d456..151003a7 100644 --- a/roles/hyprland/tasks/main.yml +++ b/roles/hyprland/tasks/main.yml @@ -21,7 +21,7 @@ mode: "0644" content: | [terminal] - vt = 1 + vt = 2 [default_session] command = "tuigreet -c 'uwsm start hyprland.desktop' --theme=border=cyan" user = "greeter" |
