aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index b729f59..3a3f1dd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
-static const char *fonts[] = { "Lato Medium:size=11" };
+static const char *fonts[] = { "Lato Medium:size=11", "PuLukin:size=16:hinting=true:antialias=true" };
static const char dmenufont[] = "JetBrains Mono Medium:size=11";
static const char norm_fg[] = "#cadcde";
static const char norm_bg[] = "#19191a";
@@ -21,7 +21,10 @@ static const char *colors[][3] = {
/* tagging */
static const char *tags[] = {
- "sona", "musi", "pali", "lipu", "poki", "toki", "suli", "lukin", "ante"
+ /* latin */
+/* "sona", "musi", "pali", "lipu", "poki", "toki", "suli", "lukin", "ante" */
+ /* pu lukin */
+ "", "", "", "", "", "", "", "", ""
};
static const Rule rules[] = {
@@ -46,9 +49,9 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen
static const Layout layouts[] = {
/* symbol arrange function */
- { "[]=", tile }, /* first entry is default */
- { "><>", NULL }, /* no layout function means floating behavior */
- { "[M]", monocle },
+ { "" /* leko */, tile }, /* first entry is default */
+ { "" /* kon */, NULL }, /* no layout function means floating behavior */
+ { "" /* wan */, monocle },
};
/* key definitions */