polybar-dwm/tests
patrick96 52eee95bf8 controller: Detach shell commands from polybar
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
2020-11-29 03:53:59 +01:00
..
common refactor(test): Remove old testing harness 2018-07-31 13:20:27 -07:00
unit_tests controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
CMakeLists.txt controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
CMakeLists.txt.in fix(test): Gtest compilation failure 2020-01-22 00:33:07 +01:00