This commit is contained in:
exkc 2022-07-09 02:22:18 +08:00
parent 73b6e966cc
commit 9fc0ad1e35
5 changed files with 3 additions and 2 deletions

View File

@ -2,12 +2,13 @@ static const Bool wmborder = True;
static const char *fonts[] = {
"FiraCode Nerd Font:style=Light:size=10:antialias=true:autohint=true",
"Chiron Sans HK Light:style=Light:size=10",
"Openmoji Color glyf_colr_0:style=Regular:size=10"//Emoji
"JoyPixels:style=Regular:size=10",//Emoji
};
static int fontsize = 10;
static double overlay_delay = 1.0;
static int heightfactor = 20; //one row of keys takes up 1/x of the screen height
static int heightfactor = 10; //one row of keys takes up 1/x of the screen height
static const char *colors[SchemeLast][2] = {
// fg bg
[SchemeHighlight] = { "#ff5555", "#282a36" },

BIN
drw.o

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
util.o

Binary file not shown.