From 48b71050ab58e509dbb27dacd8de1de08dae2044 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 3 Oct 2020 15:58:24 -0400 Subject: [PATCH] Origin Floating Window - Add rule to make origin open in a floating window --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index ddc6595..f0f5609 100644 --- a/config.h +++ b/config.h @@ -37,6 +37,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "origin", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */