rofi
rofi copied to clipboard
D-Bus modi (C API / library mode)
It'd be awesome to see a c api for rofi!
hmm that would take some rewriting.
Now that we switched to a GLib main loop, it could be quite “easy” to have a mode named dbus
that would register org.gmpclient.rofi
(has rofi its own domain?) and feed rofi from that.
Then on accept-entry
, it would return the value to the caller.
All of that would work with D-Bus activation, and if you really need to, you could make a wrapper library (like libnotify does for org.freedesktop.Notifications
).
any updates here? :) It's almost two years ago when i opened this issue.
No update. I have no interest in this (I haven't heard a good use-case for it).
If somebody would provide a good PR and is willing to maintain it, I would accept it.
This can now be an external project using the plugin API, btw.