diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-10 19:33:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-01-10 19:33:22 +0000 |
commit | ba35e8f2927c71a37dc423a4bed88a136ba99c0c (patch) | |
tree | b8bb564e19ad2a52c7a4db7874549f6848b41a9f | |
parent | 2283f1987606eee211b2c3f5bdd40da1342aaca7 (diff) | |
download | rtmux-ba35e8f2927c71a37dc423a4bed88a136ba99c0c.tar.gz rtmux-ba35e8f2927c71a37dc423a4bed88a136ba99c0c.tar.bz2 rtmux-ba35e8f2927c71a37dc423a4bed88a136ba99c0c.zip |
15 minutes is not 1800 seconds, but just remove lock-after-time because it won't work for Linux folks without additional configuration
-rw-r--r-- | example_tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example_tmux.conf b/example_tmux.conf index 2c7c8717..54de4d6b 100644 --- a/example_tmux.conf +++ b/example_tmux.conf @@ -22,9 +22,6 @@ set -g default-terminal "tmux-256color" # No bells at all set -g bell-action none -# Lock after 15 minutes -set -g lock-after-time 1800 - # Keep windows around after they exit set -g remain-on-exit on |