commit 496a4eaaf7c811b82adb6a77059384a113174f28
parent cc70191cf1da566f1992c55c9552ded9d684a1dc
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 12 Mar 2019 14:27:13 +0100
Disable permanent floating mode for CorefAnnotator
There where some issues when putting several windows next to each other
in floating mode.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -28,7 +28,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
- { "de-unistuttgart-ims-coref-annotator-Annotator", NULL, NULL, 0, 1, -1 },
+ /*{ "de-unistuttgart-ims-coref-annotator-Annotator", NULL, NULL, 0, 1, -1 },*/
{ "Firefox", NULL, NULL, 1<<8, 0, -1 },
{ "Nightly", NULL, NULL, 1<<8, 0, -1 },
{ "qutebrowser", NULL, NULL, 1<<8, 0, -1 },