Tobi-wan Kenobi
f6be25bc73
[core/input] Move from select to epoll
...
Use epoll instead of select in order to be able to use level-triggered
semantics and not get stuck on the first event.
2016-12-17 07:43:38 +01:00
Tobi-wan Kenobi
029492e16d
[core] Non-blocking input thread for i3bar events
...
Make input thread non-blocking by using select(). This increases the CPU
utilization a bit (depending on the timeout), but makes the thread exit
cleanly, even if an exception is thrown in the main thread.
see #23
2016-12-10 13:45:54 +01:00
Tobi-wan Kenobi
38a42e4a77
[tests/cmus] Add tests for cmus mouse interaction
...
see #23
2016-12-10 08:37:04 +01:00
Tobi-wan Kenobi
87e76b9e40
[modules/cmus] Re-add cmus module
...
Re-add a first version of the cmus module originally contributed by
@paxy97.
Still missing:
* Icon themes (status)
* On-click actions
see #23
2016-12-10 07:47:24 +01:00