mirror of
https://github.com/polybar/polybar.git
synced 2026-05-05 05:43:32 +00:00
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
This commit is contained in:
committed by
Patrick Ziegler
parent
0416093edc
commit
52eee95bf8
@ -20,8 +20,6 @@ POLYBAR_NS
|
||||
|
||||
enum class alignment;
|
||||
class bar;
|
||||
template <output_policy>
|
||||
class command;
|
||||
class config;
|
||||
class connection;
|
||||
class inotify_watch;
|
||||
|
||||
Reference in New Issue
Block a user