diff --git a/data/.controller_message.json b/data/.controller_message.json index 105b91ea..c80951be 100644 --- a/data/.controller_message.json +++ b/data/.controller_message.json @@ -1 +1 @@ -{"message": "music antlers a"} \ No newline at end of file +{"message": "well we're moving all we got the here"} \ No newline at end of file diff --git a/data/.previous_result_message.json b/data/.previous_result_message.json index d08f41d2..49fbfed4 100644 --- a/data/.previous_result_message.json +++ b/data/.previous_result_message.json @@ -1 +1 @@ -{"message": "music antlers a"} +{"message": "well we're moving all we got the here"} diff --git a/data/.result_message.json b/data/.result_message.json index d08f41d2..49fbfed4 100644 --- a/data/.result_message.json +++ b/data/.result_message.json @@ -1 +1 @@ -{"message": "music antlers a"} +{"message": "well we're moving all we got the here"} diff --git a/src/app b/src/app index 6a35d73e..447a98bb 100644 --- a/src/app +++ b/src/app @@ -104,9 +104,9 @@ app() { if [ "$TMUX_EXTRA_WINDOWS_ON" = "True" ]; then if [ "$TMUX_EXTRA_WINDOW_EDITOR_ON" = "True" ]; then # Window 1 - # Auto-create a new window 1 for a text editor - tmux new-window -t Commbase-0:2 -n "Editor" && tmux send-keys " conda activate $CONDA_ENV_NAME_IF_EXISTS ; clear" C-m && sleep $time; - #tmux select-window -t 2 && tmux send-keys "nvim" C-m + # Auto-create a new window 1 for a file manager or text editor + tmux new-window -t Commbase-0:2 -n "Files" && tmux send-keys " conda activate $CONDA_ENV_NAME_IF_EXISTS ; clear" C-m && sleep $time; + #tmux select-window -t 2 && tmux send-keys "mc" C-m fi if [ "$TMUX_EXTRA_WINDOW_TIMER_ON" = "True" ]; then