fix tmux-continuum not launching, turn off resurrect of programs

This commit is contained in:
2025-04-21 22:55:05 +05:00
parent 49d4a59dcb
commit 1d5655ad41

View File

@ -26,17 +26,22 @@ setw -g pane-base-index 1
set -s escape-time 0 set -s escape-time 0
# List of plugins # List of plugins
# Note: In order to be executed periodically, the plugin updates the status-right tmux variable.
# In case some plugin (usually themes) overwrites the status-right variable, the autosave feature stops working.
# To fix this issue, place the plugin last in the TPM plugins list.
set -g @tpm_plugins ' \ set -g @tpm_plugins ' \
tmux-plugins/tpm \ tmux-plugins/tpm \
tmux-plugins/tmux-sensible \ tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \ tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \
tmux-plugins/tmux-yank \ tmux-plugins/tmux-yank \
Nybkox/tmux-kanagawa \ Nybkox/tmux-kanagawa \
tmux-plugins/tmux-continuum \
' '
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @continuum-save-interval '60' set -g @continuum-save-interval '30'
set -g @resurrect-processes 'false'
set -g @kanagawa-ignore-window-colors true set -g @kanagawa-ignore-window-colors true