From a7cdd2396d8653c6d6ea6f6610a76cf0fd82f3c5 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 30 May 2023 08:56:29 +0200 Subject: [PATCH] Update lock command --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 92fac89..4a24d22 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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' ### }}}