I have just installed tmux and vlock. When I try to perform the lock-session command, my terminal flashes and then nothing happens. Is there something in my .tmux.conf that must be added to tell tmux that I have a locking utility? If so, what is it?
In other words:
How can I do lock-session with tmux?
vlockmay not be installed by default (e.g.Ubuntu 20.04.5 LTS). The following, usually, should achieve it:sudo apt-get install vlock;. – Serious Angel Dec 09 '22 at 09:20