diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-16 16:09:59 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-16 16:09:59 +0200 |
commit | 18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2 (patch) | |
tree | 1b3246df8b2fd8539e2149e7cedb06eb8d1b28b7 /dmenu.1 | |
parent | 782a9e944b50ad1252cadb9491a761b8afdcf2f0 (diff) | |
download | dmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.tar.gz dmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.tar.bz2 dmenu-18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2.zip |
update
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -8,6 +8,12 @@ dmenu \- dynamic menu .IR lines ] .RB [ \-m .IR monitor ] +.RB [ \-x +.IR xoffset ] +.RB [ \-y +.IR yoffset ] +.RB [ \-z +.IR width ] .RB [ \-p .IR prompt ] .RB [ \-fn @@ -57,6 +63,24 @@ dmenu lists items vertically, with the given number of lines. dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0. .TP +.BI \-x " xoffset" +dmenu is placed at this offset measured from the left side of the monitor. +Can be negative. +If option +.B \-m +is present, the measurement will use the given monitor. +.TP +.BI \-y " yoffset" +dmenu is placed at this offset measured from the top of the monitor. If the +.B \-b +option is used, the offset is measured from the bottom. Can be negative. +If option +.B \-m +is present, the measurement will use the given monitor. +.TP +.BI \-z " width" +sets the width of the dmenu window. +.TP .BI \-p " prompt" defines the prompt to be displayed to the left of the input field. .TP |