From 74c6edb6cb05aa6f26871d205497c182716e179d Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 22 Jun 2020 21:25:51 +0200 Subject: [PATCH] adds rule for floating webcam window --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index d2c5a1b..22a6bbe 100644 --- a/config.h +++ b/config.h @@ -36,6 +36,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 }, + { NULL, NULL, "webcam", 0x1FF, 1, -1 }, }; /* layout(s) */ -- 2.20.1