Skip to content

Commit

Permalink
Merge pull request #343 from mydroidandi/development
Browse files Browse the repository at this point in the history
Development
estebanways authored Dec 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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

0 comments on commit ea38137

Please sign in to comment.