From 9e4d85298b8006919b093e67ff0ec6cc18ea93d7 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 13 Jul 2026 18:48:05 +0200 Subject: dmenu padding wie dmw-bar-patch --- dmenu.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dmenu.1') diff --git a/dmenu.1 b/dmenu.1 index d672902..f7650b1 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -36,6 +36,10 @@ dmenu \- dynamic menu .IR windowid ] .RB [ \-it .IR text ] +.RB [ \-sp +.IR sidepad ] +.RB [ \-vp +.IR vertpad ] .P .BR dmenu_run " ..." .SH DESCRIPTION @@ -127,6 +131,12 @@ embed into windowid. .TP .BI \-it " text". start with initial text input. +.TP +.BI \-sp " sidepad". +change horizontal padding around dmenu. +.TP +.BI \-vp " vertpad". +change vertical padding around dmenu. .SH USAGE dmenu is completely controlled by the keyboard. Items are selected using the arrow keys, page up, page down, home, and end. -- cgit