mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Set default lock command to vlock on Linux if present at build time, from Josh
Boyer in GitHub issue 3527.
This commit is contained in:
@ -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."
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user