Skip to content

Commit

Permalink
Merge pull request #341 from mydroidandi/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
estebanways authored Dec 9, 2023
2 parents c43df23 + aaa364c commit cdc342d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/.controller_message.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message": "music antlers a"}
{"message": "well we're moving all we got the here"}
2 changes: 1 addition & 1 deletion data/.previous_result_message.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message": "music antlers a"}
{"message": "well we're moving all we got the here"}
2 changes: 1 addition & 1 deletion data/.result_message.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message": "music antlers a"}
{"message": "well we're moving all we got the here"}
6 changes: 3 additions & 3 deletions src/app
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdc342d

Please sign in to comment.