sites

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

index.md (688B)


      1 no-default-select
      2 =================
      3 This patch changes how the default selection works. It depends on [gridnav](../gridnav).
      4 
      5 By default, dmenu selects the first entry.
      6 I like the [gridnav](../gridnav) patch which along with [grid](../grid) lets you see the results in a grid and use right and left arrow to move around in dropdown. But you lose the ability to move in typed text because the default selection feature of dmenu.
      7 
      8 This patch fixes it by not selecting anything by default. So, now one can move in text and in dropdown.
      9 
     10 Download
     11 --------
     12 * [dmenu-nodefaultsel-5.2.diff](dmenu-nodefaultsel-20240105-9a6ef61.diff)
     13 
     14 Author
     15 ------
     16 * Vishal Tripathy <vishaltripathy54@gmail.com>