From 16342f80f73f60e8c711f2b78f260a97076dacd5 Mon Sep 17 00:00:00 2001 From: Tomas Sardyha Date: Sun, 17 May 2020 15:26:21 +0200 Subject: [PATCH] Clarify flash_duration option description --- README.md | 2 +- uosc.conf | 2 +- uosc.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 505f499..0cbef43 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ top_bar_title=yes # pause video on clicks shorter than this number of milliseconds, 0 to disable pause_on_click_shorter_than=0 -# for how long in milliseconds to show elements they're it's being flashed +# flash duration in milliseconds used by `flash-{element}` commands flash_duration=400 # distances in pixels below which elements are fully faded in/out proximity_in=40 diff --git a/uosc.conf b/uosc.conf index 3fda00c..ec1d04a 100644 --- a/uosc.conf +++ b/uosc.conf @@ -57,7 +57,7 @@ top_bar_title=yes # pause video on clicks shorter than this number of milliseconds, 0 to disable pause_on_click_shorter_than=0 -# for how long in milliseconds to show elements they're it's being flashed +# flash duration in milliseconds used by `flash-{element}` commands flash_duration=400 # distances in pixels below which elements are fully faded in/out proximity_in=40 diff --git a/uosc.lua b/uosc.lua index c5543e6..f9cd0b6 100644 --- a/uosc.lua +++ b/uosc.lua @@ -78,7 +78,7 @@ top_bar_title=yes # pause video on clicks shorter than this number of milliseconds, 0 to disable pause_on_click_shorter_than=0 -# for how long in milliseconds to show elements they're it's being flashed +# flash duration in milliseconds used by `flash-{element}` commands flash_duration=400 # distances in pixels below which elements are fully faded in/out proximity_in=40