commit 52a700f94d78e8ac44e3eb2f58d49fb7e2209df8
parent ecd9092b57a0ce067065d4cb6520ec25ef3ca64c
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 26 May 2020 15:44:34 +0200
Add dwm window rule
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -43,6 +43,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
+ { NULL, NULL, "wifi", 0, 1, -1 },
{ "MEGAsync", NULL, NULL, 1, 1, -1 },
{ "de-unistuttgart-ims-coref-annotator-Annotator", NULL, NULL, 1<<2, 1, -1 },
{ "Geany", NULL, NULL, 1<<2, 0, -1 },