@@ -18,26 +18,27 @@ static const Bool showbar = True; /* False means no bar */
18
18
static const Bool topbar = True ; /* False means bottom bar */
19
19
20
20
/* tagging */
21
- static const char * tags [] = { "1 " , "2" , " À" , "Á" , "Â" , "È" , "Ã" , "Ä " };
21
+ static const char * tags [] = { "Ç " , "À" , "Á " , "Â" , "È" , "Ã " , "Ä" , "Å" , "Æ " };
22
22
23
23
static const Rule rules [] = {
24
24
/* 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 },
41
42
};
42
43
43
44
/* layout(s) */
@@ -116,12 +117,13 @@ static Key keys[] = {
116
117
{ MODKEY |ShiftMask , XK_period , tagmon , {.i = +1 } },
117
118
TAGKEYS ( XK_1 , 0 )
118
119
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 )
125
127
{ MODKEY |ShiftMask , XK_z , quit , {0 } },
126
128
};
127
129
0 commit comments