summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-06 02:25:07 +0100
committerBlake Romero <blake@blkrom.com>2024-10-06 02:25:07 +0100
commitde0289f2561f7c6aab1bb5daad7722750c8a5b89 (patch)
treeae03c22781efa96f2879ab1012b0055e3e4b5d4e /install.sh
parentb9cb418800a76103f005901815f5e4d4eca708dd (diff)
Add Tmux as default command on TTY login
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
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 \