This commit is contained in:
jon
2019-10-13 10:51:35 -05:00
4 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
dwm
dwm.o
*.o

View File

@@ -45,7 +45,8 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "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) */

BIN
drw.o

Binary file not shown.

BIN
util.o

Binary file not shown.