summaryrefslogtreecommitdiff
path: root/doc/de/weechat_faq.de.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/weechat_faq.de.asciidoc')
-rw-r--r--doc/de/weechat_faq.de.asciidoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.asciidoc b/doc/de/weechat_faq.de.asciidoc
index 8665c549e..8c111bbcf 100644
--- a/doc/de/weechat_faq.de.asciidoc
+++ b/doc/de/weechat_faq.de.asciidoc
@@ -750,6 +750,19 @@ Damit WeeChat weniger Speicher benötigt, solltest Du folgende Tipps umsetzen:
verwendet werden.
* nutze einen kleineren Wert für die Option 'weechat.history.max_commands'
+// TRANSLATION MISSING
+[[cpu_usage]]
+=== How can I tweak WeeChat to use less CPU?
+
+// TRANSLATION MISSING
+You can follow same tips as for <<memory_usage,memory>>, and these ones:
+
+* hide "nicklist" bar: `/bar hide nicklist`
+* remove display of seconds in status bar time:
+ `/set weechat.look.item_time_format "%H:%M"` (this is the default value)
+* set the 'TZ' variable (for example: `export TZ="Europe/Paris"`), to prevent
+ frequent access to file '/etc/localtime'
+
[[development]]
== Entwicklung