diff --git a/config.h b/config.h index d07e9ae..6dc3a53 100644 --- a/config.h +++ b/config.h @@ -42,7 +42,8 @@ static const Rule rules[] = { { TERMCLASS, NULL, NULL, 0, 0, 1, 0, -1 }, { TERMCLASS, NULL, "pulsemixer", 0, 1, 0, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ - { NULL, NULL, "Logon to thinkorswim", 0, 1, 0, 0, -1 } + { NULL, NULL, "Logon to thinkorswim", 0, 1, 0, 0, -1 }, + { "libreoffice-startcenter", NULL, NULL, 0, 1, 0, 0, -1 } }; /* layout(s) */ diff --git a/dwm b/dwm index d321f01..4cc11a9 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index e5517a8..3642d32 100644 Binary files a/dwm.o and b/dwm.o differ