diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-06 02:25:07 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-06 02:25:07 +0100 |
| commit | de0289f2561f7c6aab1bb5daad7722750c8a5b89 (patch) | |
| tree | ae03c22781efa96f2879ab1012b0055e3e4b5d4e /install.sh | |
| parent | b9cb418800a76103f005901815f5e4d4eca708dd (diff) | |
Add Tmux as default command on TTY login
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
