bumblebee-status/bumblebee
Tobi-wan Kenobi 220bb9bf60 [core/input] Ugly hack for responsiveness
Somehow, the fix in the previous commit didn't work, it seems that
sometimes epoll() doesn't trigger, even if there is more data in
sys.stdin. I'm sure I'm doing something horribly wrong here.

Anyhow, as a quick fix, check for the open bracket to be sure to not
buffer the first event too long.
2016-12-17 08:04:21 +01:00
..
modules [core/input] Move from select to epoll 2016-12-17 07:43:38 +01:00
__init__.py [output] Create preliminary framework for output handling 2016-10-30 15:58:35 +01:00
config.py [help] Add theme and module listing 2016-12-17 07:05:23 +01:00
engine.py [engine/input] Re-enable mouse button parameter bindings 2016-12-15 19:41:50 +01:00
error.py [core/themes] Add theme loading 2016-12-08 09:44:05 +01:00
input.py [core/input] Ugly hack for responsiveness 2016-12-17 08:04:21 +01:00
output.py [modules/ping] Re-enable ping module 2016-12-11 11:37:24 +01:00
store.py [all] pylint refinements 2016-12-09 08:43:14 +01:00
theme.py [help] Add theme and module listing 2016-12-17 07:05:23 +01:00
util.py [modules/disk] Re-enable disk usage module 2016-12-10 18:21:01 +01:00