dwm

git clone git://mattcarlson.org/repos/dwm.git
Log | Files | Refs

commit 672187776379c5310057e56b7e584f5e2b30623e
parent c1f484fc6902076c5ec79d0f26759346e6724b3f
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Mon, 24 Jan 2022 21:47:34 -0500

qemu swallow

Diffstat:
Mconfig.h | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/config.h b/config.h @@ -69,10 +69,11 @@ static int ulineall = 0; // rules static const Rule rules[] = { - // class instance title tags mask isfloating isterminal noswallow monitor - { "fff", NULL, NULL, 0, 0, 1, 0, -1 }, - { "st", NULL, NULL, 0, 0, 1, 0, -1 }, - { "vim", NULL, NULL, 0, 0, 0, 1, -1 }, + // class instance title tags mask isfloating isterminal noswallow monitor + { "fff", NULL, NULL, 0, 0, 1, 0, -1 }, + { "st", NULL, NULL, 0, 0, 1, 0, -1 }, + { "vim", NULL, NULL, 0, 0, 0, 1, -1 }, + { "Qemu-system-x86_64", NULL, NULL, 0, 0, 0, 0, -1 }, }; // sizes