change some default options
This commit is contained in:
parent
e3248b0468
commit
23c155fb1b
12
config.def.h
12
config.def.h
@ -3,11 +3,11 @@ static const char *user = "nobody";
|
|||||||
static const char *group = "nogroup";
|
static const char *group = "nogroup";
|
||||||
|
|
||||||
static const char *colorname[NUMCOLS] = {
|
static const char *colorname[NUMCOLS] = {
|
||||||
[BACKGROUND] = "white",
|
[BACKGROUND] = "white",
|
||||||
[INIT] = "2d2d2d", /* after initialization */
|
[INIT] = "#928374",
|
||||||
[INPUT] = "#005577", /* during input */
|
[INPUT] = "458588",
|
||||||
[FAILED] = "#CC3333", /* wrong password */
|
[FAILED] = "#cc241d",
|
||||||
[CAPS] = "yellow", /* CapsLock on */
|
[CAPS] = "#d79921",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* treat a cleared input like a wrong password (color) */
|
/* treat a cleared input like a wrong password (color) */
|
||||||
@ -24,7 +24,7 @@ static const char *command = "/usr/bin/xset dpms force off";
|
|||||||
/* time in seconds to cancel lock with mouse movement */
|
/* time in seconds to cancel lock with mouse movement */
|
||||||
static int timetocancel = 5;
|
static int timetocancel = 5;
|
||||||
|
|
||||||
static int logosize = 75;
|
static int logosize = 30;
|
||||||
static const int logow = 12; /* Grid width and height for right center alignment*/
|
static const int logow = 12; /* Grid width and height for right center alignment*/
|
||||||
static const int logoh = 6;
|
static const int logoh = 6;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user