From bf3c393752ace2d08c7166ea578bf12e4a9815c2 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Mon, 23 Dec 2024 22:52:57 +0100 Subject: [PATCH] chore: don't set default command for greetd --- files/etc/greetd/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/etc/greetd/config.toml b/files/etc/greetd/config.toml index 606333b..f2b941b 100644 --- a/files/etc/greetd/config.toml +++ b/files/etc/greetd/config.toml @@ -8,7 +8,7 @@ vt = 1 # `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh` # with whatever you want started, such as `sway`. -command = "tuigreet --cmd 'bash -i -c niri-session'" +command = "tuigreet" # 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