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
I really like qlipmon, very nice tool.
It's just missing one thing to fulfill my wildest dreams: a non-zero value on cancel.
With this I could do something like rofi -modi qlipmon -show qlipmon && xdotool key Ctrl+v, for instance.
Looking at the interface of rofi-mode, I could not find an easy way to achieve this.
It seems that rofi only has this behavior in dmenu mode, which is pretty weird.
Other tools like rofimoji make a wrapper around rofi to get this result. But this would very much break your design.
And this probably won't work with a clipboard manager anyway (what if the selection is not text-only?).
Greenclip has an issue about this, with no satisfactory solution.
Another way would be to listen to the dbus interface while the menu is invoked and only execute an action if something happens on dbus. But I've no idea how to do this in shell.
Maybe a small script in Python or C would do the trick.
What do you think?
The text was updated successfully, but these errors were encountered:
Hello,
I really like qlipmon, very nice tool.
It's just missing one thing to fulfill my wildest dreams: a non-zero value on cancel.
With this I could do something like
rofi -modi qlipmon -show qlipmon && xdotool key Ctrl+v
, for instance.Looking at the interface of rofi-mode, I could not find an easy way to achieve this.
It seems that rofi only has this behavior in dmenu mode, which is pretty weird.
Other tools like rofimoji make a wrapper around rofi to get this result. But this would very much break your design.
And this probably won't work with a clipboard manager anyway (what if the selection is not text-only?).
Greenclip has an issue about this, with no satisfactory solution.
Another way would be to listen to the dbus interface while the menu is invoked and only execute an action if something happens on dbus. But I've no idea how to do this in shell.
Maybe a small script in Python or C would do the trick.
What do you think?
The text was updated successfully, but these errors were encountered: