[tmux] Don't lock screens after any seconds -- it's silly
This commit is contained in:
parent
529a4f9db9
commit
c5dd23223c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue