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
328 B

static const Bool wmborder = True;
static int fontsize = 16;
static const char *fonts[] = {
"monospace:size=16"
};
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#58a7c6", "#14313d" },
[SchemePress] = { "#ffffff", "#005577" },
[SchemeHighlight] = { "#58a7c6", "#005577" },
};