mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
doc: add option aspell.check.real_time in question about CPU usage (FAQ)
This commit is contained in:
@@ -847,6 +847,9 @@ und zusätzlich diese Tipps beherzigen:
|
||||
* "nicklist"-Bar sollte versteckt werden: `/bar hide nicklist`
|
||||
* die Sekundenanzeigen in der Statusbar sollte deaktiviert werden:
|
||||
`/set weechat.look.item_time_format "%H:%M"` (dies ist die Standardeinstellung)
|
||||
// TRANSLATION MISSING
|
||||
* disable real time check of misspelled words in command line (if you enabled it):
|
||||
`/set aspell.check.real_time off`
|
||||
* die Umgebungsvariable _TZ_ sollte gesetzt sein (zum Beispiel: `export TZ="Europe/Berlin"`). Dadurch wird
|
||||
verhindert, dass auf die Datei _/etc/localtime_ häufig zugegriffen wird.
|
||||
|
||||
|
||||
@@ -796,6 +796,8 @@ 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)
|
||||
* disable real time check of misspelled words in command line (if you enabled it):
|
||||
`/set aspell.check.real_time off`
|
||||
* set the _TZ_ variable (for example: `export TZ="Europe/Paris"`), to prevent
|
||||
frequent access to file _/etc/localtime_
|
||||
|
||||
|
||||
@@ -834,6 +834,8 @@ celles-ci :
|
||||
* cacher la barre "nicklist" : `/bar hide nicklist`
|
||||
* supprimer l'affichage des secondes dans l'heure de la barre de statut :
|
||||
`/set weechat.look.item_time_format "%H:%M"` (ceci est la valeur par défaut)
|
||||
* désactiver la vérification en temps réel des mots mal orthographiés dans la
|
||||
ligne de commande (si vous l'avez activée) : `/set aspell.check.real_time off`
|
||||
* définir la variable _TZ_ (par exemple : `export TZ="Europe/Paris"`), pour
|
||||
éviter un accès fréquent au fichier _/etc/localtime_
|
||||
|
||||
|
||||
@@ -853,6 +853,9 @@ 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)
|
||||
// TRANSLATION MISSING
|
||||
* disable real time check of misspelled words in command line (if you enabled it):
|
||||
`/set aspell.check.real_time off`
|
||||
* set the _TZ_ variable (for example: `export TZ="Europe/Paris"`), to prevent
|
||||
frequent access to file _/etc/localtime_
|
||||
|
||||
|
||||
@@ -802,6 +802,9 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
|
||||
* "nicklist" バーを非表示にする: `/bar hide nicklist`
|
||||
* ステータスバー時間に秒の表示を止める:
|
||||
`/set weechat.look.item_time_format "%H:%M"` (これはデフォルト値です)
|
||||
// TRANSLATION MISSING
|
||||
* disable real time check of misspelled words in command line (if you enabled it):
|
||||
`/set aspell.check.real_time off`
|
||||
* _TZ_ 変数を設定する (例: `export TZ="Europe/Paris"`)、こうすることで
|
||||
_/etc/localtime_ ファイルへ頻繁にアクセスしないようになります。
|
||||
|
||||
|
||||
@@ -806,6 +806,9 @@ Możesz skorzystać z tych samych porad jak dla <<memory_usage,memory>>, oraz t
|
||||
* schowaj pasek "nicklist": `/bar hide nicklist`
|
||||
* usuń wyświetlanie sekund w czasie na pasku statusu:
|
||||
`/set weechat.look.item_time_format "%H:%M"` (domyślna wartość)
|
||||
// TRANSLATION MISSING
|
||||
* disable real time check of misspelled words in command line (if you enabled it):
|
||||
`/set aspell.check.real_time off`
|
||||
* ustaw zmienną _TZ_ (na przykład: `export TZ="Europe/Warsaw"`), w celu zmniejszenia
|
||||
częstotliwości czytania pliku _/etc/localtime_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user