USAGE (1179B)
1 multi-selection - Multiple selection support on Ctrl-Enter 2 Source: https://tools.suckless.org/dmenu/patches/multi-selection/dmenu-multi-selection-4.9.diff 3 Original Author: bit6tream bit6tream@cock.li bit6tream's gitlab (https://gitlab.com/bit9tream) 4 5 Description from source: 6 """ 7 Without this patch when you press <Control-Enter> dmenu just outputs current item and you can't undo 8 that. But with this patch dmenu will output all selected items only on exit. And you can also deselect 9 any selected item. 10 11 dmenu_run.sh is a dmenu_run replacement that supports multiple selection patch. 12 """ 13 14 == YOU MUST == 15 (1). Place the patch file in /etc/portage/patches/x11-misc/dmenu/ and run 'emerge dmenu' 16 17 == YOU PROBABLY SHOULD == 18 (1). The patch author provides an alternative implementation of dmenu_run here: 19 20 https://tools.suckless.org/dmenu/patches/multi-selection/dmenu_run.sh 21 22 Consider using that script to launch dmenu in order to get proper support for this patch. 23 24 == PATCH MODIFICATIONS == 25 (1). Changed several for-loop declarations to C99 style to appease portage 26 27 == INCOMPATIBILITIES == 28 No known specific incompatibilities.