From ac2096effcbe0701d440113ab2398792eaf01436 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Sun, 27 Nov 2016 00:46:12 +0100 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Configuration.md b/Configuration.md index c680bf7..4970ee4 100644 --- a/Configuration.md +++ b/Configuration.md @@ -232,8 +232,9 @@ margin-top = 0 ; just care about the last one. But if we wait too long for events to swallow ; the bar would appear sluggish so we continue if timeout ; expires or limit is reached. -; -; Default values: -throttle-ms = 10 -throttle-limit = 5 +eventloop-swallow = 5 +eventloop-swallow-time = 10 + +; Reload upon receiving XCB_RANDR_SCREEN_CHANGE_NOTIFY events +screenchange-reload = false ~~~ \ No newline at end of file