A simple on screen keyboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
327 B

static const Bool wmborder = True;
static int fontsize = 16;
static const char *fonts[] = {
"monospace:size=18"
};
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#000000", "#cccccc" },
[SchemePress] = { "#ffffff", "#0000cc" },
[SchemeHighlight] = { "#ffffff", "#0000cc" },
};