domsson / succade

Run, feed and style your Lemonbar with ease
Creative Commons Zero v1.0 Universal
55 stars 3 forks source link

action command's output appears on stdout / stderr #27

Open domsson opened 4 years ago

domsson commented 4 years ago

When an action command is defined in the configuration of a block (for example, via mouse-left) and the block is clicked, the output of that command will display on the terminal. We should run action commands in a fire-and-forget manner and completely ignore their output.

domsson commented 4 years ago

Could we use libkita for this kind of fire-and-forget stuff and therefore also get rid of the execute.c file/code?

domsson commented 3 years ago

Update: we are now using libkita for this, execute.c is gone. However, we're still seeing the output on stderr - but thinking about this a bit, maybe that isn't actually an issue. Let's think about this some more, but I tend to close this as a non-issue.