From d8a272d2ddca9253c111300201f1d2369683c95b Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 25 Feb 2017 17:05:33 +0100 Subject: [PATCH] wibox.container.scroll: Also mention some caveats Signed-off-by: Uli Schlachter --- lib/wibox/container/scroll.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/wibox/container/scroll.lua b/lib/wibox/container/scroll.lua index 112d5265..e30a7003 100644 --- a/lib/wibox/container/scroll.lua +++ b/lib/wibox/container/scroll.lua @@ -2,6 +2,10 @@ -- This container scrolls its inner widget inside of the available space. An -- example usage would be a text widget that displays information about the -- currently playing song without using too much space for long song titles. +-- +-- Please note that mouse events do not propagate to widgets inside of the +-- scroll container. Also, if this widget is causing too high CPU usage, you can +-- use @{set_fps} to make it update less often. -- @usage -- wibox.widget { -- layout = wibox.container.scroll.horizontal,