summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-02-09 18:13:41 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-02-09 18:13:41 +0000
commitb7c446f05152413e90424590f5f074e69ebf59af (patch)
tree0e686b41dc338d278b4b25fe08b690d720a8b632 /FAQ
parent1b036c1ca9a311638e4b73e91055f7faee8ebed3 (diff)
FAQ entry for automatic rename CPU use.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ7
1 files changed, 7 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 0201a69e..01d6463c 100644
--- a/FAQ
+++ b/FAQ
@@ -180,3 +180,10 @@ could be used:
In both cases, the status-right option will be set to the string "#(echo
\\(test\\))" and the command executed will be "echo \(test\)".
+
+* tmux uses too much CPU. What do I do?
+
+Automatic window renaming may use a lot of CPU, particularly on slow computers:
+if this is a problem, turn it off with "setw -g automatic-rename off". If this
+doesn't fix it, please report the problem.
+