fix(tmux): continuum ought to work now

This commit is contained in:
Barrett Ruth 2026-02-22 16:31:45 -05:00
parent d09305dff2
commit f879bb41df
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 2 additions and 1 deletions

View file

@ -333,6 +333,7 @@ in
extraConfig = ''
set -g @continuum-restore 'on'
set -g @continuum-save-interval '10'
set -g status-right '#{E:@bar-content}'
'';
}
];

View file

@ -124,7 +124,7 @@ bar)
tmux set -g window-status-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
tmux set -g window-status-current-format '#[range=window|#{window_index}]#{window_index}:#{window_name}#{window_flags}#[norange]'
tmux set -g window-status-separator ' │ '
tmux set -g status-right "$indicator $bar_content "
tmux set -g @bar-content "$indicator $bar_content "
;;
switch)
session="$(tmux ls -F '#S' | tail -n "+$(($2 + 1))" | head -1)"