mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 17:18:47 +00:00
15 minutes is not 1800 seconds, but just remove lock-after-time because it won't work for Linux folks without additional configuration
This commit is contained in:
parent
2283f19876
commit
ba35e8f292
@ -22,9 +22,6 @@ set -g default-terminal "tmux-256color"
|
|||||||
# No bells at all
|
# No bells at all
|
||||||
set -g bell-action none
|
set -g bell-action none
|
||||||
|
|
||||||
# Lock after 15 minutes
|
|
||||||
set -g lock-after-time 1800
|
|
||||||
|
|
||||||
# Keep windows around after they exit
|
# Keep windows around after they exit
|
||||||
set -g remain-on-exit on
|
set -g remain-on-exit on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user