sites

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

index.md (465B)


      1 grid
      2 ====
      3 This patch allows you to render dmenu's entries in a grid by adding a new
      4 `-g` flag to specify the number of grid columns. You can use `-g` and `-l`
      5 together to create a G columns * L lines grid.
      6 
      7 This can help save screenspace over the default, 1 column, behavior of `-l`.
      8 
      9 [![Screenshot dmenu with grid patch](dmenu-grid.png)](dmenu-grid.png)
     10 
     11 Download
     12 --------
     13 * [dmenu-grid-4.9.diff](dmenu-grid-4.9.diff)
     14 
     15 Author
     16 ------
     17 * Miles Alan <m@milesalan.com>