Update lock command

This commit is contained in:
gardouille 2023-05-30 08:56:29 +02:00
parent f3f8b5e383
commit a7cdd2396d
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ set -g pane-base-index 1
set -g lock-after-time 1800
# pour que le lock marche sous linux (aptitude install physlock)
# Use both cmatrix (if available) and physlock
if 'command -v cmatrix' 'set -g lock-command "cmatrix -s && physlock"' 'set -g lock-command physlock'
if 'command -v cmatrix' 'set -g lock-command "cmatrix -s && ~/bin/veille.sh"' 'set -g lock-command ~/bin/veille.sh'
### }}}