From de0289f2561f7c6aab1bb5daad7722750c8a5b89 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 6 Oct 2024 02:25:07 +0100 Subject: Add Tmux as default command on TTY login --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 167afec..5bb980a 100644 --- a/install.sh +++ b/install.sh @@ -306,7 +306,7 @@ if [[ "${greeter}" == greetd ]]; then sed 's/\[.*\]/\[2-6\]/' -i /mnt/etc/dinit.d/config/console.conf # set tuigreet as greetd command tuigreet_args="\ ---cmd /bin/bash \ +--cmd '/bin/tmux new -s TMUX' \ --power-shutdown 'sudo halt' \ --power-reboot 'sudo reboot' \ --power-no-setsid \ -- cgit