aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.1
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-07-13 18:15:00 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-07-13 18:15:00 +0200
commit25bdca748a152441a0e4d7b1aee84d5edb3aac61 (patch)
tree79862b294b0a2369a68c81af29748f42891e1657 /dmenu.1
parent87407305553cbce9e6995614cccf3197f7d3aa3b (diff)
downloaddmenu-25bdca748a152441a0e4d7b1aee84d5edb3aac61.tar.gz
dmenu-25bdca748a152441a0e4d7b1aee84d5edb3aac61.tar.bz2
dmenu-25bdca748a152441a0e4d7b1aee84d5edb3aac61.tar.xz
dmenu-25bdca748a152441a0e4d7b1aee84d5edb3aac61.zip
xyz
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.124
1 files changed, 24 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index 54cb220..d672902 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -10,6 +10,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
@@ -68,6 +74,24 @@ dmenu lists items in a grid 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