develop#tmux: update status every minute

This commit is contained in:
Timothy DeHerrera 2019-12-17 17:31:14 -07:00
parent 40fe0972c6
commit dc6690adba
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -4,6 +4,9 @@ set -g mouse on
# autmatic window name
setw -g automatic-rename on
# only update status line once per minute
set -g status-interval 60
# Enable focus events
set -g focus-events on