develop#tmux: update status every minute
This commit is contained in:
parent
40fe0972c6
commit
dc6690adba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue