Centered - bakkeby/dmenu GitHub Wiki
By default dmenu appears at the top of the screen to reflect dwm's default bar location.
The Centered
functionality, if enabled, will make dmenu appear in the center of the screen.
$ ls | dmenu -c
The min_width configuration setting controls the default size of dmenu
when centered. It is possible to override this using the -w
command line option to define the
size of the menu.
The functionality originates from the center patch for dmenu.
Back to Functionality.