gri3-wm/i3bar/src
Tony Crisci 39f15da82f i3bar: Group child processes for signalling
Set the process group id of the child process by calling `setpgid` after
forking and before calling `exec`.

The process group ID will be set to the process ID of the forked
process. Processes spawned by this child process will also have this
group ID.

Send signals to the process group with `killpg`. This will send the
signal to all of the process group.

fixes #1128
2013-12-04 19:45:19 +01:00
..
child.c i3bar: Group child processes for signalling 2013-12-04 19:45:19 +01:00
config.c Add new bar.binding_mode_indicator configuration. 2013-09-24 06:59:26 +02:00
ipc.c Fix wrong placement of i3bar when connecting/disconnecting outputs 2013-05-30 12:18:27 +02:00
main.c i3bar: fix usage description, make -b happen 2013-03-29 09:55:03 +01:00
mode.c i3bar: Add current binding mode indicator 2012-11-16 13:44:29 +01:00
outputs.c Use (void) instead of () for functions without args 2012-08-23 19:34:37 +02:00
parse_json_header.c Add click events to i3bar 2013-03-21 23:55:30 +01:00
workspaces.c Use (void) instead of () for functions without args 2012-08-23 19:34:37 +02:00
xcb.c i3bar: Realign tray clients on map/unmap notify 2013-11-30 14:01:25 +01:00