aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.1
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-09 19:03:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-09 19:03:08 +0200
commitebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48 (patch)
tree1045f8763abd582e4877e0347a79c15b996b9458 /dmenu.1
parent.gitignore update (diff)
downloaddmenu-ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48.tar.gz
dmenu-ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48.tar.bz2
dmenu-ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48.tar.xz
dmenu-ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48.tar.zst
dmenu-ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48.zip
Added border and center patches
Diffstat (limited to '')
-rw-r--r--dmenu.13
1 files changed, 3 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..c036baa 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -40,6 +40,9 @@ which lists programs in the user's $PATH and runs the result in their $SHELL.
.B \-b
dmenu appears at the bottom of the screen.
.TP
+.B \-c
+dmenu appears centered on the screen.
+.TP
.B \-f
dmenu grabs the keyboard before reading stdin if not reading from a tty. This
is faster, but will lock up X until stdin reaches end\-of\-file.