remove activity highlight
This commit is contained in:
parent
6123592f02
commit
97613307cd
2 changed files with 1 additions and 10 deletions
|
|
@ -248,7 +248,6 @@ while IFS= read -r window_config; do
|
|||
|
||||
tmux new-window -t "$SESSION_NAME:$WINDOW_INDEX" -n "$GIT_WINDOW_NAME" -c "$WINDOW_PATH"
|
||||
tmux send-keys -t "$SESSION_NAME:$WINDOW_INDEX" "lazygit" C-m
|
||||
tmux setw -t "$SESSION_NAME:$WINDOW_INDEX" monitor-activity off
|
||||
WINDOW_INDEX=$((WINDOW_INDEX + 1))
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue