sites

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

index.md (589B)


      1 dmenupadding
      2 ============
      3 
      4 Description
      5 -----------
      6 This is a port of the `dwm` [statuspadding patch](//dwm.suckless.org/patches/statuspadding). It allows you to customize the horizontal
      7 and vertical padding in `dmenu`.
      8 
      9 The configurable options in `config.def.h` are:
     10 
     11 - `horizpadbar`: Horizontal padding for the bar
     12 - `vertpadbar`: Vertical padding for the bar
     13 
     14 Download
     15 --------
     16 * [dmenu-dmenupadding-20250627-b1e217b.diff](dmenu-dmenupadding-20250627-b1e217b.diff)
     17 
     18 Authors
     19 -------
     20 * taep96 - <taep96@cock.li>: original dwm patch
     21 * [fartnuget](https://github.com/fartnuget): dmenu port