Skip to content

Commit 5385371

Browse files
petechesBruno Sutic
authored andcommitted
Swiched default command to new-session -d
- need the -d to start the server correctly as it does not have an emulator to attach the session to.
1 parent fb52a17 commit 5385371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ systemd_service_name="tmux.service"
3737
systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}"
3838

3939
systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd"
40-
systemd_tmux_server_start_cmd_default="new-session"
40+
systemd_tmux_server_start_cmd_default="new-session -d"

0 commit comments

Comments
 (0)