Waybar/include
excellentname 246f7bf555 Handle SIGCHLD for exec/forkExec
When forkExec is called it begins to ignore all SIGCHLD signals for
the rest of the progam's execution so that they are automatically
reaped. However, this means that subsequent waitpid calls in the exec
function will always fail. So instead handle SIGCHLD by reaping any
processes created by forkExec and ignoring all others so that they can be
handled directly by the exec function.
2020-07-21 12:36:48 +10:00
..
modules Add support for multiple icon themes in the config 2020-07-05 13:16:38 +02:00
util Handle SIGCHLD for exec/forkExec 2020-07-21 12:36:48 +10:00
ALabel.hpp Feat icons vector (#716) 2020-05-22 21:23:04 +02:00
AModule.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
IModule.hpp refactor: AModule 2019-06-15 14:57:52 +02:00
bar.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
client.hpp refactor(client): use std::list<waybar_output> to store outputs 2020-01-14 07:27:08 -08:00
factory.hpp river/tags: add module 2020-06-12 15:19:46 +02:00