From c5dd23223c439f0905f9a0461c926dacc37a2983 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 16 Apr 2014 13:35:48 -0700 Subject: [PATCH] [tmux] Don't lock screens after any seconds -- it's silly --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f053e31..799ba3f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -54,7 +54,7 @@ setw -g alternate-screen on setw -g clock-mode-style 24 # Lock the screen after 120 seconds -set-option -g lock-after-time 120 +set-option -g lock-after-time 0 set-option -g lock-command "tmux clock-mode" bind-key C-a last-window