From 0ff991b25faf6a88edb356e2ea0ba80151eecb79 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Apr 2023 17:23:32 +0100 Subject: Set default lock command to vlock on Linux if present at build time, from Josh Boyer in GitHub issue 3527. --- options-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options-table.c') diff --git a/options-table.c b/options-table.c index d4e7b204..6cb724cc 100644 --- a/options-table.c +++ b/options-table.c @@ -530,7 +530,7 @@ const struct options_table_entry options_table[] = { { .name = "lock-command", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SESSION, - .default_str = "lock -np", + .default_str = TMUX_LOCK_CMD, .text = "Shell command to run to lock a client." }, -- cgit v1.2.3