diff options
author | EuAndreh <eu@euandre.org> | 2022-10-10 17:36:24 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-10 17:36:27 -0300 |
commit | 0098984a613dd0802b57f15b2f263d6993b729cb (patch) | |
tree | 92b69db36b82b38d83c66236d05b3b5966371f76 /etc | |
parent | etc/git/ignore: Ignore /vendor/ directories by default (diff) | |
download | dotfiles-0098984a613dd0802b57f15b2f263d6993b729cb.tar.gz dotfiles-0098984a613dd0802b57f15b2f263d6993b729cb.tar.xz |
etc/tmux/tmux.conf: Save continuum data once every hour
Instead of the default [0] of 15 minutes.
[0]: https://github.com/tmux-plugins/tmux-continuum/blob/6e58336c288958a3b1ff7773fb945770126db16e/scripts/variables.sh#L8
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf index 3e676d7..08a1bd9 100644 --- a/etc/tmux/tmux.conf +++ b/etc/tmux/tmux.conf @@ -89,6 +89,7 @@ bind-key - last # $XDG_DATA_HOME variable isn't allowed by tmux-resurrect set -g @resurrect-dir '~/.usr/share/tmux/resurrect' set -g @continuum-restore 'on' +set -g @continuum-save-interval '60' set -g @resurrect-capture-pane-contents 'on' set -g @resurrect-processes '~ssh ~e "~alot->alot" "~ranger->ranger" "~newsboat->newsboat" "~entr->entr" "~git->git" "~info->info"' run-shell ~/dev/tmux/tmux-resurrect/resurrect.tmux |