summaryrefslogtreecommitdiff
path: root/dmenu/dmenu.1
diff options
context:
space:
mode:
authorSoominIm <111330163+SoominIm@users.noreply.github.com>2024-04-06 20:26:03 -0500
committerSoominIm <111330163+SoominIm@users.noreply.github.com>2024-04-06 20:26:03 -0500
commit6b71c978fd56367f0fb339d4039896ed2af0cb0b (patch)
tree86fb89a7c4f5a999752f5a0c95c4c479bdd55f1a /dmenu/dmenu.1
parent3588cbd9e548351ac37ca8946f93c4603d6b7307 (diff)
Updates dwm, st, dmenu, slock, and dwmblocks
Diffstat (limited to 'dmenu/dmenu.1')
-rw-r--r--dmenu/dmenu.124
1 files changed, 24 insertions, 0 deletions
diff --git a/dmenu/dmenu.1 b/dmenu/dmenu.1
index 4c87074..fc1eb5e 100644
--- a/dmenu/dmenu.1
+++ b/dmenu/dmenu.1
@@ -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
@@ -60,6 +66,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