cdown / clipmenu

Clipboard management using dmenu
MIT License
1.1k stars 90 forks source link

rofi script mode options #203

Closed tomeon closed 4 months ago

tomeon commented 1 year ago

Marked as a draft because it is based upon #202.

This PR updates clipmenu so that, when executed in rofi-script mode, it uses rofi's script option setting protocol to:

  1. Update the rofi prompt to clipmenu:, and
  2. Prevent custom input (that is, input that does not match an available selection) for the reasons explained in the commit.

Thanks!

cdown commented 4 months ago

clipmenu is now in C, so closing since this applies to the old bash version. Thanks for your work on this, though!

(note: custom launchers are generally better supported with(out) CM_LAUNCHER_PASS_DMENU_ARGS now)