From 6bc5e0e94abf2badd22d9b95a6ba6ccd8e91ea4c Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Fri, 20 Mar 2026 12:50:45 +0100 Subject: set tmux status update to 1s --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c6d6450..bb037ba 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -31,6 +31,7 @@ bind % split-window -h -c "#{pane_current_path}" bind "c" new-window -c "#{pane_current_path}" set-window-option -g status-right '#[bg=brightwhite] %H:%M #[default]#($HOME/.config/tmux/battery.sh)' +set-window-option -g status-interval 1 # increase scrollback size to 50K lines set-option -g history-limit 50000 -- cgit v1.3.1