initial commit
This commit is contained in:
21
pinentry-dmenu/config.h
Normal file
21
pinentry-dmenu/config.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
/* Default settings; can be overriden by command line. */
|
||||
|
||||
static int bottom = 0;
|
||||
static int embedded = 0;
|
||||
static int minpwlen = 32;
|
||||
static int mon = -1;
|
||||
static int lineheight = 0;
|
||||
static int min_lineheight = 8;
|
||||
|
||||
static const char *asterisk = "*";
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=10"
|
||||
};
|
||||
static const char *prompt = NULL;
|
||||
static const char *colors[SchemeLast][4] = {
|
||||
[SchemePrompt] = { "#bbbbbb", "#222222" },
|
||||
[SchemeNormal] = { "#bbbbbb", "#222222" },
|
||||
[SchemeSelect] = { "#eeeeee", "#005577" },
|
||||
[SchemeDesc] = { "#bbbbbb", "#222222" }
|
||||
};
|
||||
Reference in New Issue
Block a user