sites

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

commit 9a68d468c9569d7aeed99ee6793bb55d0a7b2266
parent 718c0afdc4cf1ab8bef9bf997821119e13195300
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Sat, 28 Jun 2025 11:16:19 +0100

[dmenu][patches][dmenupadding] Fixed index.md

Diffstat:
Mtools.suckless.org/dmenu/patches/dmenupadding/index.md | 33+++++++++++++++------------------
1 file changed, 15 insertions(+), 18 deletions(-)

diff --git a/tools.suckless.org/dmenu/patches/dmenupadding/index.md b/tools.suckless.org/dmenu/patches/dmenupadding/index.md @@ -1,23 +1,20 @@ -# dmenupadding +dmenupadding +============ -## Description +Description +----------- +This is a port of the `dwm` statuspadding patch. It allows you to customize the horizontal +and vertical padding in `dmenu`. -This is a port of the dwm statuspadding patch. +The configurable options in `config.def.h` are: -It lets you customize the horizontal and vertical padding in dmenu. +- `horizpadbar`: Horizontal padding for the bar +- `vertpadbar`: Vertical padding for the bar -The configurable options in config.def.h are: +Download +-------- +* [dmenu-dmenupadding-20250627-b1e217b.diff](dmenu-dmenupadding-20250627-b1e217b.diff) -horizpadbar - -vertpadbar - -## Download - -- [dmenu-dmenupadding-20250627-b1e217b.diff](dmenu-dmenupadding-20250627-b1e217b.diff) - -## Authors - -- taep96 - <taep96@cock.li> (statuspadding) -- cd (statuspadding) -- [fartnuget](https://github.com/fartnuget) +Authors +------- +* taep96 - <taep96@cock.li>