Origin Floating Window

- Add rule to make origin open in a floating window
This commit is contained in:
Sravan Balaji
2020-10-03 15:58:24 -04:00
parent c959e1cb58
commit 48b71050ab

View File

@@ -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) */