diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6efd3a0..ed3c045 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -208,6 +208,9 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'vim-tmux-navigator' +# XDG compliance +# NOTE: Does not support environment variables except for HOME and HOSTNAME +set -g @resurrect-dir "$HOME/.local/share/tmux/resurrect" # Capture pane content set -g @resurrect-capture-pane-contents 'on' # Change keybindings