mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-07-13 14:34:36 +02:00
Drop wld and implement our own pangocairo renderer
This commit is contained in:
committed by
John Sullivan
parent
9b53b2c836
commit
c806023fd5
@ -71,10 +71,7 @@ static enum layout_id layers[] = {
|
||||
#include "keymap.mobintl.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
/* font (see `man fonts-conf` for instructions) */
|
||||
static const char *fc_font_pattern =
|
||||
"Monospace:size=16:antialias=true:hinting=true";
|
||||
|
||||
static const char *fc_font_pattern = "Monospace 16";
|
||||
|
||||
static struct key keys_full[], keys_special[], keys_simple[], keys_cyrillic[],
|
||||
keys_arabic[],
|
||||
|
Reference in New Issue
Block a user