mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
52eee95bf8
Shell commands triggered from action tags used to block polybar until they finished. Since we are not actually interested in the output of the commands, it makes sense to run them completely detached from polybar and have polybar not block when executing these commands. Now the spawned child processes no longer get killed when polybar exits. This is fine because polybar is not responsible for these processes since they were explicitly started by the user through click commands. Ref: #770 Ref: #1680 |
||
---|---|---|
.. | ||
bar.hpp | ||
builder.hpp | ||
command_line.hpp | ||
config.hpp | ||
config_parser.hpp | ||
controller.hpp | ||
ipc.hpp | ||
logger.hpp | ||
parser.hpp | ||
renderer.hpp | ||
screen.hpp | ||
taskqueue.hpp | ||
types.hpp |