feat: switch to greetd

This commit is contained in:
Bastien Riviere 2024-12-01 18:01:06 +01:00
parent f987f94c18
commit 0c82985373
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
3 changed files with 5 additions and 10 deletions

View file

@ -1,5 +0,0 @@
#!/bin/sh
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec niri-session
fi