diff --git a/README.md b/README.md index 037c9ac..0ad8432 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Interactive OOM trigger (not implemented) ## Logging -If nohang is installed on a system that uses systemd, you can use the following command to view the log: +To view the latest entries in the log (for systemd users): ```bash $ sudo journalctl -eu nohang diff --git a/nohang.conf b/nohang.conf index 66f99c4..ccb4b69 100644 --- a/nohang.conf +++ b/nohang.conf @@ -234,12 +234,12 @@ $ETC foo /// exit 0 See also wiki.archlinux.org/index.php/Desktop_notifications Valid values are True and False. -gui_notifications = True +gui_notifications = False Enable GUI notifications about the low level of available memory. Valid values are True and False. -gui_low_memory_warnings = True +gui_low_memory_warnings = False Минимальное время между отправками уведомлений в секундах. Valid values are floating-point numbers from the range [1; 300].