✨ feat(tmux): lock tmux after 1 hour of inactivity
This commit is contained in:
parent
3873c74de8
commit
5a85a6b252
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ set-environment -g TMUX_DATA_DIR "${HOME}/.local/share/tmux"
|
||||||
|
|
||||||
# Ohers
|
# Ohers
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
|
set-option -g lock-after-time 3600
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
set -g allow-passthrough on
|
set -g allow-passthrough on
|
||||||
|
|
Loading…
Add table
Reference in a new issue