Add lock command and lock timeout to tmux config
This commit is contained in:
parent
d4a0ebae62
commit
fb884bc9b8
1 changed files with 4 additions and 0 deletions
|
@ -53,4 +53,8 @@ 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-command "tmux clock-mode"
|
||||
|
||||
bind-key C-a last-window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue