These applications are almost always floating. --- config.def.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h index 9efa774..024d9f3 100644 --- a/config.def.h +++ b/config.def.h @@ -28,6 +28,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, + { "SDL_App", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; -- 2.47.1