🗑️ remove(tmux): lock after a certain amount of time

This commit is contained in:
Sergio Laín 2025-03-13 20:06:53 +01:00
parent ad00d2e8f5
commit d3bbbcbe5d
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -21,7 +21,7 @@ set-environment -g TMUX_DATA_DIR "${HOME}/.local/share/tmux"
# Ohers
set -g history-limit 100000
set-option -g lock-after-time 3600
set-option -g lock-after-time 0
set -s escape-time 0
set -g set-titles on
set -g allow-passthrough on