bemenu icon indicating copy to clipboard operation
bemenu copied to clipboard

Dmenu compatible options

Open Cloudef opened this issue 3 years ago • 1 comments

Getopts does not support the dmenu's single dash longopts, we should only support the dmenu opts with single dash. Preprocess those before getopts perhaps.

Cloudef avatar Feb 19 '22 00:02 Cloudef

A simpler solution than changing the code could possibly be to distribute an (optional) shell script that allows bemenu to be used as a drop-in replacement for dmenu. Though, I do realize this may cause some issues with package management, as well as cross-platform compatibility potentially.

I've written a script to do this for personal use, though it relies on bash.

avalonwilliams avatar May 02 '22 02:05 avalonwilliams