Launching apps using a separate client running as active user #44
Labels
discussion
Discussion topic
documentation
Improvements or additions to documentation
enhancement
New feature or request
Milestone
This is trivial to add to existing configs by using a named pipe for one-way communication from server to client. The named pipe just needs to be located somewhere that your active user has access to.
First, make a FIFO that we can use for comms and set it's permissions properly:
Then our config file might look something like this:
And a simple Bash launch client:
The text was updated successfully, but these errors were encountered: