Skip to content

Commit e182646

Browse files
author
Andrew Wong
committed
update tags
1 parent 175be0d commit e182646

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

config.h

+25-23
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,27 @@ static const Bool showbar = True; /* False means no bar */
1818
static const Bool topbar = True; /* False means bottom bar */
1919

2020
/* tagging */
21-
static const char *tags[] = { "1", "2", "À", "Á", "Â", "È", "Ã", "Ä " };
21+
static const char *tags[] = { "Ç", "À", ", "Â", "È", ", ", "Å", " };
2222

2323
static const Rule rules[] = {
2424
/* class instance title tags mask isfloating iscentred monitor */
25-
{ "Gcolor2", NULL, NULL, 0, True, True, -1 },
26-
{ "XFontSel", NULL, NULL, 0, True, True, -1 },
27-
{ "Xfd", NULL, NULL, 0, True, True, -1 },
28-
{ "Firefox", NULL, NULL, 1 << 2, False, False, -1 },
29-
{ "URxvt", "chatmail", NULL, 1 << 3, False, False, -1 },
30-
{ "Gvim", NULL, NULL, 1 << 4, False, False, -1 },
31-
{ "mplayer2", NULL, NULL, 1 << 5, False, False, -1 },
32-
{ "Zathura", NULL, NULL, 1 << 6, False, False, -1 },
33-
{ "libreoffice-calc",NULL,NULL, 1 << 6, False, False, -1 },
34-
{ "libreoffice-impress",NULL,NULL, 1 << 6, False, False, -1 },
35-
{ "libreoffice-startcenter",NULL,NULL,1 << 6, False, False, -1 },
36-
{ "libreoffice-writer",NULL,NULL, 1 << 6, False, False, -1 },
37-
{ "Gbdfed", NULL, NULL, 1 << 7, True, True, -1 },
38-
{ "Gimp", NULL, NULL, 1 << 7, True, False, -1 },
39-
{ "fontforge",NULL, NULL, 1 << 7, True, True, -1 },
40-
{ "inkscape", NULL, NULL, 1 << 7, True, False, -1 },
25+
{ "Gcolor2", NULL, NULL, 0, True, True, -1 },
26+
{ "XFontSel", NULL, NULL, 0, True, True, -1 },
27+
{ "Xfd", NULL, NULL, 0, True, True, -1 },
28+
{ "Firefox", NULL, NULL, 1 << 1, False, False, -1 },
29+
{ "URxvt", "chatmail", NULL, 1 << 2, False, False, -1 },
30+
{ "Gvim", NULL, NULL, 1 << 3, False, False, -1 },
31+
{ "mplayer2", NULL, NULL, 1 << 4, True, False, -1 },
32+
{ "Zathura", NULL, NULL, 1 << 5, False, False, -1 },
33+
{ "libreoffice-calc",NULL,NULL, 1 << 5, False, False, -1 },
34+
{ "libreoffice-impress",NULL,NULL, 1 << 5, False, False, -1 },
35+
{ "libreoffice-startcenter",NULL,NULL,1 << 5, False, False, -1 },
36+
{ "libreoffice-writer",NULL,NULL, 1 << 5, False, False, -1 },
37+
{ "Gbdfed", NULL, NULL, 1 << 6, True, True, -1 },
38+
{ "Gimp", NULL, NULL, 1 << 6, True, False, -1 },
39+
{ "fontforge",NULL, NULL, 1 << 6, True, True, -1 },
40+
{ "inkscape", NULL, NULL, 1 << 6, True, False, -1 },
41+
{ "URxvt", "ranger", NULL, 1 << 7, False, False, -1 },
4142
};
4243

4344
/* layout(s) */
@@ -116,12 +117,13 @@ static Key keys[] = {
116117
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
117118
TAGKEYS( XK_1, 0)
118119
TAGKEYS( XK_2, 1)
119-
TAGKEYS( XK_q, 2)
120-
TAGKEYS( XK_w, 3)
121-
TAGKEYS( XK_e, 4)
122-
TAGKEYS( XK_a, 5)
123-
TAGKEYS( XK_s, 6)
124-
TAGKEYS( XK_d, 7)
120+
TAGKEYS( XK_3, 2)
121+
TAGKEYS( XK_q, 3)
122+
TAGKEYS( XK_w, 4)
123+
TAGKEYS( XK_e, 5)
124+
TAGKEYS( XK_a, 6)
125+
TAGKEYS( XK_s, 7)
126+
TAGKEYS( XK_d, 8)
125127
{ MODKEY|ShiftMask, XK_z, quit, {0} },
126128
};
127129

terminus2.bdf

+7-7
Original file line numberDiff line numberDiff line change
@@ -3685,13 +3685,13 @@ BBX 10 12 -1 -2
36853685
BITMAP
36863686
0000
36873687
0000
3688-
7F80
3689-
4380
3690-
7D80
3691-
4680
3692-
7A80
3693-
4A80
3694-
4A80
3688+
7F00
3689+
5A80
3690+
5A80
3691+
5E80
3692+
4080
3693+
4080
3694+
4080
36953695
7F80
36963696
0000
36973697
0000

0 commit comments

Comments
 (0)