polybar-dwm/tests/unit_tests/utils
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
..
actions.cpp actions: Move parsing to utility file 2020-11-26 20:53:53 +01:00
color.cpp refactor(color): Better channel function names 2020-11-27 22:08:03 +01:00
command.cpp add command unit tests 2020-05-08 23:24:29 +02:00
file.cpp add command unit tests 2020-05-08 23:24:29 +02:00
math.cpp fix(alsa): Remove upper bound to get_volume (#2184) 2020-09-20 14:26:17 +02:00
memory.cpp refactor(tests): Migrate to googletest 2018-04-10 00:56:51 +02:00
process.cpp controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
scope.cpp tests: Convert scope test to gtest 2018-06-10 16:42:07 +02:00
string.cpp Display correct(binary) unit prefixes in memory module (#2211) 2020-11-27 23:30:09 +01:00