From 8b029fb53b027ac0dd4d29a6cc481e46bb39255a Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Mon, 30 Mar 2026 15:06:13 -0400 Subject: [PATCH] fix tmux resurrect --- home/tmux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/tmux.nix b/home/tmux.nix index 2c100c7..c6662b9 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -17,6 +17,7 @@ in extraConfig = '' set -g @continuum-restore 'on' set -g @continuum-save-interval '5' + set -g status-right "" ''; } ]; @@ -88,7 +89,7 @@ in set-option -g status-position bottom set-option -g status-justify left set-option -g status-left "" - set-option -g status-right "#(~/.config/tmux/session-list.sh)" + set-option -ga status-right "#(~/.config/tmux/session-list.sh)" set-option -g status-left-length 100 set-option -g status-right-length 100 source-file "${theme.paths.tmuxCurrentFile}"