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
|
# autmatic window name
|
||||||
setw -g automatic-rename on
|
setw -g automatic-rename on
|
||||||
|
|
||||||
|
# only update status line once per minute
|
||||||
|
set -g status-interval 60
|
||||||
|
|
||||||
# Enable focus events
|
# Enable focus events
|
||||||
set -g focus-events on
|
set -g focus-events on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user