From 554aef79cc24dc949b710406a77bd76d0a164adc Mon Sep 17 00:00:00 2001 From: Ronald1985 Date: Sat, 30 Jul 2022 14:53:34 +0100 Subject: [PATCH] Updated config.h, qemu-i386 start on tag 2 --- config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }, };