polybar/include
patrick96 47483a94f1 fix(process): fork_detached created zombie processes
Since the forked processes are still our children, we need to wait on
them, otherwise they become zombie processes.

We now fork twice, let the first fork immediately return and wait on it.
This reparents the second fork, which runs the actual code, to the init
process which then collects it.

Ref #770
2020-12-12 02:37:21 +01:00
..
adapters Fix build with clang++ 3.4 (#2279) 2020-12-12 01:07:51 +01:00
cairo refactor(color): Better channel function names 2020-11-27 22:08:03 +01:00
components fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
drawtypes Load rgba from config instead of strings. 2020-11-27 22:08:03 +01:00
events Print error message for invalid color strings 2020-11-27 22:08:03 +01:00
modules fix(xworkspaces): Never swallow updates (#2275) 2020-12-05 23:28:48 +01:00
utils fix(process): fork_detached created zombie processes 2020-12-12 02:37:21 +01:00
x11 Adapt the renderer side to always use rgba 2020-11-27 22:08:03 +01:00
CMakeLists.txt build: remove xdamage extension 2019-06-03 00:46:12 +02:00
common.hpp refactor(build): Remove version number namespace 2019-05-17 16:49:47 +02:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00