Merge branch 'master' of https://git.jonfu.com/jon/dwm-6.2
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
dwm
|
dwm
|
||||||
dwm.o
|
dwm.o
|
||||||
|
*.o
|
||||||
|
|||||||
3
config.h
3
config.h
@@ -45,7 +45,8 @@ static const Rule rules[] = {
|
|||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Firefox", NULL, NULL, 2, 0, -1 },
|
{ "firefox", NULL, NULL, 2, 0, -1 },
|
||||||
|
{ "URxvt", "cal", NULL, 0, 1, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|||||||
Reference in New Issue
Block a user