summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/config.def.h b/config.def.h
index 824a6ce..557854d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,11 +16,10 @@ static const char norm_border[] = "#c0ffee";
static const char sel_border[] = "#bada55";
static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE;
-
static const char *colors[][3] = {
- /* fg bg border */
- [SchemeNorm] = { norm_fg, norm_bg, norm_border },
- [SchemeSel] = { sel_fg, sel_bg, sel_border },
+ /* fg bg border */
+ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
+ [SchemeSel] = { col_gray4, col_cyan, col_cyan },
};
static const unsigned int alphas[][3] = {
/* fg bg border */
@@ -38,8 +37,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
- { "dropdown", NULL, NULL, 0, 1, -1 },
- /* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
+ { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */
@@ -56,14 +54,14 @@ static const int lpm[] = {
static const Layout layouts[] = {
/* symbol arrange function */
- { " []= ", tile }, /* first entry is default */
- { " ", NULL }, /* no layout function means floating behavior */
- { " <o> ", monocle },
- { " |H| ", bstack },
- { " |v| ", bstackhoriz },
- { " |_| ", centeredmaster },
- { " |=| ", centeredfloatingmaster },
- { " [+] ", gaplessgrid },
+ { "[]=", tile }, /* first entry is default */
+ { "><>", NULL }, /* no layout function means floating behavior */
+ { "[M]", monocle },
+ { "TTT", bstack },
+ { "===", bstackhoriz },
+ { "|M|", centeredmaster },
+ { ">M>", centeredfloatingmaster },
+ { "[+]", gaplessgrid },
};
/* key definitions */