USAGE (986B)
1 instant - Instantly launch a command if it is the last option in dmenu 2 Source: https://tools.suckless.org/dmenu/patches/instant/dmenu-instant-4.7.diff 3 Original Author: Michael Stummvoll (stummi)suckless@stummi.org 4 5 Description from source: 6 """ 7 Adds an flag which will cause dmenu to select an item immediately if theres one matching option left. 8 """ 9 10 == YOU MUST == 11 (1). Place the patch file in /etc/portage/patches/x11-misc/dmenu/ and run 'emerge dmenu' 12 13 == YOU PROBABLY SHOULD == 14 No further action is required. 15 16 == PATCH MODIFICATIONS == 17 (1). Removed all changes made to 'config.def.h' 18 (2). Added a 'nodoc' patch version which strips out added documentation 19 20 == INCOMPATIBILITIES == 21 THIS PATCH MAKES CHANGES TO DMENU'S BUILT-IN DOCUMENTATION, WHICH CAN CAUSE CONFLICTS WITH OTHER PATCHES! 22 If you encounter such conflicts, try emerging with the 'instant-nodoc.patch' file instead. It is the 23 same as the 'instant.patch' file except it makes no changes to the documentation.