diff --git a/config.h b/config.h index a284ce0..530c038 100644 --- a/config.h +++ b/config.h @@ -23,9 +23,10 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, - { "st", "floating", NULL, NULL, 1, -1 }, + /* class instance title tags mask isfloating monitor */ + { "Nextcloud", NULL, NULL, 1 << 8, 1, -1 }, + { "st", "floating", NULL, NULL, 1, -1 }, + { "Qemu-system-i386", NULL, NULL, 1 << 1, 0, -1 }, };