mirror of
https://github.com/tiyn/dmenu.git
synced 2025-04-19 16:17:46 +02:00
updated config
This commit is contained in:
parent
c27e2fb20e
commit
dfc6c11af1
@ -4,6 +4,7 @@
|
||||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||
static int centered = 0; /* -c option; centers dmenu on screen */
|
||||
static int min_width = 500; /* minimum width when centered */
|
||||
static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=10"
|
||||
|
Loading…
x
Reference in New Issue
Block a user