You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for reviving slingscold project. I like it. I cloned this repository and built the application but when I launch it, application icon list exceeds screen on the right. Former slingscold used to exit when I click on empty area.
It would be faster if we could hide it instead of launching it every time. D-bus provides such a feature, but I don't know how to apply it.
Rastersof application launcher does it like
First of all, thank you for reviving
slingscold
project. I like it. I cloned this repository and built the application but when I launch it, application icon list exceeds screen on the right. Formerslingscold
used to exit when I click on empty area.It would be faster if we could hide it instead of launching it every time. D-bus provides such a feature, but I don't know how to apply it.
Rastersof application launcher does it like
dbus-send --session --print-reply --dest=com.rastersoft.panther /com/rastersoft/panther/remotecontrol 'com.rastersoft.panther.remotecontrol.DoShow'
I tested it, it's pretty fast.
The text was updated successfully, but these errors were encountered: