index.md - sites - public wiki contents of suckless.org
(HTM) git clone git://git.suckless.org/sites
(DIR) Log
(DIR) Files
(DIR) Refs
---
index.md (884B)
---
1 no input
2 ======
3
4 Description
5 -----------
6 This patch removes the input box to create more aesthetic script menus.
7 Only intended to be used with a prompt, otherwise there will be an empty box.
8 There are two different patches, one with a modified [lines below prompt](https://tools.suckless.org/dmenu/patches/lines-below-prompt/) patch that fixes it with this patch.
9
10 Usage
11 -----
12 Pass along '-noi' with dmenu's arguments in your script to activate, or configure inside of config.def.h / config.h.
13
14 Example
15 -------
16 with patch:
17 
18
19 without patch:
20 
21
22 Download
23 --------
24 * [dmenu-noinput-5.2.diff](dmenu-noinput-5.2.diff) (2024-03-03)
25 * [dmenu-noinputlinesbelowpromptfullwidth-5.2.diff](dmenu-noinputlinesbelowpromptfullwidth-5.2.diff) (2024-03-03)
26
27 Author
28 -------
29 * [ozpv](https://github.com/ozpv)