Swall Fix & Make Clean
- Fix alacritty swallow rules - Remove config.h on make clean
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ dwm: ${OBJ}
|
|||||||
${CC} -o $@ ${OBJ} ${LDFLAGS}
|
${CC} -o $@ ${OBJ} ${LDFLAGS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
|
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz config.h
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
mkdir -p dwm-${VERSION}
|
mkdir -p dwm-${VERSION}
|
||||||
|
@@ -65,10 +65,8 @@ static const Rule rules[] = {
|
|||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ "origin", NULL, NULL, 0, 1, 0, 0, -1 },
|
{ NULL, NULL, "Origin", 0, 1, 0, 0, -1 },
|
||||||
{ "alacritty", NULL, NULL, 0, 0, 1, 0, -1 },
|
{ "Alacritty", NULL, NULL, 0, 0, 0, 1, -1 },
|
||||||
// { "Gimp", NULL, NULL, 0, 1, 0, 0, -1 },
|
|
||||||
// { "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
|
|
||||||
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user