From d3bbbcbe5d7e6f63925889560f71adbf3984c2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 13 Mar 2025 20:06:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(tmux):=20lock=20?= =?UTF-8?q?after=20a=20certain=20amount=20of=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/conf/options.conf b/.config/tmux/conf/options.conf index 6f76fddf..ad33cd43 100644 --- a/.config/tmux/conf/options.conf +++ b/.config/tmux/conf/options.conf @@ -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