Apply alttags patch and update colorscheme
This commit is contained in:
parent
0d3cf443d9
commit
9e64cf1ef2
3 changed files with 20 additions and 16 deletions
13
config.h
13
config.h
|
@ -25,7 +25,7 @@ static const char dmenufont[] =
|
|||
static const char col_gray1[] = "#191919";
|
||||
static const char col_gray2[] = "#3d3839";
|
||||
static const char col_gray3[] = "#B4bdc3";
|
||||
static const char col_gray4[] = "#8e8e8e";
|
||||
static const char col_gray4[] = "#3d3839";
|
||||
static const char col_cyan[] = "#6099C0";
|
||||
static const char col_green[] = "#819b69";
|
||||
static const char col_red[] = "#de6e76";
|
||||
|
@ -63,7 +63,8 @@ static const unsigned int alphas[][3] = {
|
|||
[SchemeUrgent] = {OPAQUE, baralpha, borderalpha}};
|
||||
|
||||
/* tagging */
|
||||
static const char *tags[] = {"", "", "", "", "", ""};
|
||||
static const char *tags[] = {"", "", "", "", "", ""};
|
||||
static const char *alttags[] = {"", "", "", "", "", ""};
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
|
@ -117,10 +118,10 @@ static const int resizehints =
|
|||
|
||||
static const Layout layouts[] = {
|
||||
/* symbol arrange function */
|
||||
{"[]=", tile}, /* first entry is default */
|
||||
{"><>", NULL}, /* no layout function means floating behavior */
|
||||
{"[M]", monocle},
|
||||
{"H[]", deck},
|
||||
{"", tile}, /* first entry is default */
|
||||
{"", NULL}, /* no layout function means floating behavior */
|
||||
{"", monocle},
|
||||
{"", deck},
|
||||
};
|
||||
|
||||
/* key definitions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue