Skip to content

Commit

Permalink
Merge pull request #343 from mydroidandi/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
estebanways authored Dec 10, 2023
2 parents cdc342d + 732aa32 commit ea38137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ app() {
# Window 1
# 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
#tmux select-window -t 2 && tmux send-keys "vifm" C-m
fi

if [ "$TMUX_EXTRA_WINDOW_TIMER_ON" = "True" ]; then
Expand Down

0 comments on commit ea38137

Please sign in to comment.