sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (478B)


      1 no sort
      2 =======
      3 
      4 Description
      5 -----------
      6 
      7 Adds the `-S` option to disable sorting menu items after matching. Useful, for example, when menu items are sorted by their frequency of use (using an external cache) and the most frequently selected items should always appear first regardless of how they were exact, prefix, or substring matches.
      8 
      9 Download
     10 --------
     11 
     12 * For 5.0: [dmenu-nosort-5.0.diff](dmenu-nosort-5.0.diff)
     13 
     14 
     15 Author
     16 ------
     17 
     18 * Matt Briançon <matt.briancon@gmail.com>