Reduce tmux status interval 5 > 2

This commit is contained in:
Martin Larsson 2025-07-25 11:44:00 +02:00
parent 7e5cd64809
commit 6521dedbaa

View file

@ -107,7 +107,7 @@ set -g history-limit 50000
set -g display-time 2500 set -g display-time 2500
# Refresh 'status-left' and 'status-right' more often, from every 15s to 5s # Refresh 'status-left' and 'status-right' more often, from every 15s to 5s
set -g status-interval 5 set -g status-interval 2
# Focus events enabled for terminals that support them # Focus events enabled for terminals that support them
set -g focus-events on set -g focus-events on