diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-09 19:03:08 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-09 19:03:08 +0200 |
commit | ebc6c3de2baccf527b12d8b2bb1fe7de8ecddf48 (patch) | |
tree | 1045f8763abd582e4877e0347a79c15b996b9458 /dmenu.1 | |
parent | .gitignore update (diff) | |
download | dmenu-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.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |