From 5a85a6b252446579946c417aeb14490853ef4dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 6 Sep 2024 14:19:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20lock=20tmux=20after?= =?UTF-8?q?=201=20hour=20of=20inactivity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/options.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index ee9066c5..6f76fddf 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -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