]> git.sur5r.net Git - i3/i3/commit
i3bar: Don't start child unless status_command
authorTony Crisci <tony@dubstepdish.com>
Fri, 27 Dec 2013 03:00:06 +0000 (22:00 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 1 Jan 2014 14:23:50 +0000 (15:23 +0100)
commitac74a6366226ec3e3cc048486b9ff085a074753a
treed50dcd721c993d6bbb57620a58095970f0845d44
parent38b6936c255ae4e4c8a1b8429b40591b83e00367
i3bar: Don't start child unless status_command

If a command is passed to `start_child` which is NULL, such as in the
case when there is no `status_command` specified in the bar config, do
not start a child process to listen on stdin.

fixes #1140
i3bar/src/child.c
i3bar/src/config.c
i3bar/src/ipc.c