1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/components
Patrick Ziegler ba0a156bbe
refactor: Deprecate throttle-input-for setting (#2117)
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.
2020-05-30 22:45:36 +02:00
..
bar.hpp fix(bar): Configure window before remapping 2019-10-21 13:22:51 +02:00
builder.hpp refactor(builder): Remove unused condition parameter 2019-12-18 21:22:47 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp logger: Downgrade some warning messages 2020-04-22 00:38:31 +02:00
config_parser.hpp config_parser: Improve message for invalid names 2020-02-21 16:17:12 +01:00
controller.hpp refactor: Deprecate throttle-input-for setting (#2117) 2020-05-30 22:45:36 +02:00
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
logger.hpp logger: Add default logging level 'notice' 2020-04-22 00:38:31 +02:00
parser.hpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
renderer.hpp Incorporate Reviews 2019-08-06 21:36:20 +02:00
screen.hpp fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp fix(command): broken pipe when ignoring output. 2020-05-08 23:24:29 +02:00