rmkit icon indicating copy to clipboard operation
rmkit copied to clipboard

[remux] proposal: add process management to remux API

Open raisjn opened this issue 4 years ago • 0 comments

some useful commands might be:

  • stop (pause all apps)
  • adopt (adopt a PID - this PID would get an entry in the switcher that persists until the PID dies)
  • resume

with these commands, xdg-open style functionality could be implemented (assuming we have an image viewer application and a text viewer application and so on), s.t. an app can be launched from command line and still gets managed by the launcher. somewhere down the line, a file manager could be added which uses xdg-open under the hood.

raisjn avatar Jan 21 '21 23:01 raisjn