feat(tmux): lock tmux after 1 hour of inactivity

This commit is contained in:
Sergio Laín 2024-09-06 14:19:15 +02:00
parent 3873c74de8
commit 5a85a6b252
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -21,6 +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 -s escape-time 0
set -g set-titles on
set -g allow-passthrough on