about summary refs log tree commit diff
path: root/dmenu.1
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.115
1 files changed, 15 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index 84ccf21..9beef75 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -4,6 +4,12 @@ dmenu \- dynamic menu
 .SH SYNOPSIS
 .B dmenu
 .RB [ \-bfivx ]
+.RB [ \-n
+.IR name ]
+.RB [ \-c
+.IR class ]
+.RB [ \-o
+.IR opacity ]
 .RB [ \-l
 .IR lines ]
 .RB [ \-m
@@ -47,6 +53,15 @@ is faster, but will lock up X until stdin reaches end\-of\-file.
 .B \-i
 dmenu matches menu items case insensitively.
 .TP
+.BI \-n " name"
+defines window name for dmenu. Defaults to "dmenu".
+.TP
+.BI \-c " class"
+defines window class for dmenu. Defaults to "Dmenu".
+.TP
+.BI \-o " opacity"
+defines window opacity for dmenu. Defaults to 1.0.
+.TP
 .BI \-l " lines"
 dmenu lists items vertically, with the given number of lines.
 .TP