diff --git a/scripts/variables.sh b/scripts/variables.sh index c0f25f8..8d0a057 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -36,5 +36,5 @@ status_wrap_string="\#{value}" systemd_service_name="tmux.service" systemd_unit_file_path="$HOME/.config/systemd/user/${systemd_service_name}" -systemd_tmux_server_start_cmd_option="@systemd_tmux_server_start_cmd" +systemd_tmux_server_start_cmd_option="@continuum-systemd-start-cmd" systemd_tmux_server_start_cmd_default="new-session -d"