Update lock command
This commit is contained in:
parent
f3f8b5e383
commit
a7cdd2396d
|
@ -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'
|
||||
|
||||
### }}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue