diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 18:48:05 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-07-13 18:48:05 +0200 |
| commit | 9e4d85298b8006919b093e67ff0ec6cc18ea93d7 (patch) | |
| tree | 26f8a7a9d8b86ea754d0b9f95b439a6a289bf730 /dmenu.1 | |
| parent | 25bdca748a152441a0e4d7b1aee84d5edb3aac61 (diff) | |
| download | dmenu-9e4d85298b8006919b093e67ff0ec6cc18ea93d7.tar.gz dmenu-9e4d85298b8006919b093e67ff0ec6cc18ea93d7.tar.bz2 dmenu-9e4d85298b8006919b093e67ff0ec6cc18ea93d7.tar.xz dmenu-9e4d85298b8006919b093e67ff0ec6cc18ea93d7.zip | |
Diffstat (limited to 'dmenu.1')
| -rw-r--r-- | dmenu.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |
