Apply alttags patch and update colorscheme

This commit is contained in:
Alex Selimov 2025-05-25 22:01:18 -04:00
parent 0d3cf443d9
commit 9e64cf1ef2
3 changed files with 20 additions and 16 deletions

View file

@ -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 */