mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
ba0a156bbe
If an input is enqueued as a response to an input, the new input will be swallowed because it will likely be enqueued less than 30ms after the original event. This is not something that is an issue right now but it is required to finish #1907 where, in order to close the menu after a click, the menu module gets an exec action that closes the menu and adds a command to the event queue. The setting also isn't too useful since it will just break polybar input handling if inputs arrive too fast instead of (possibly) slowing down the bar. |
||
---|---|---|
.. | ||
bar.hpp | ||
builder.hpp | ||
command_line.hpp | ||
config.hpp | ||
config_parser.hpp | ||
controller.hpp | ||
ipc.hpp | ||
logger.hpp | ||
parser.hpp | ||
renderer.hpp | ||
screen.hpp | ||
taskqueue.hpp | ||
types.hpp |