From e463fe2a134a81a2685bf7c34827cf9830ea8c76 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sun, 6 Aug 2023 01:30:45 +0200 Subject: [PATCH] Add rule for smile Signed-off-by: Przemek Grondek --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index eaf5d1f..018626b 100644 --- a/config.h +++ b/config.h @@ -56,6 +56,7 @@ static const Rule rules[] = { {"Xephyr", NULL, NULL, 0, 1, 0, 0, 0, 0, -1}, {"Xnest", NULL, NULL, 0, 1, 0, 0, 0, 0, -1}, {"streamdeck", NULL, NULL, 0, 0, 0, 0, 1, 0, -1}, + { "smile", NULL, NULL, 0, 1, 0, 0, 1, 0 }, /* Tag 1  */ {"firefox", NULL, NULL, 1 << 0, 0, 1, 0, 0, 0, -1}, {"firefox", NULL, "Picture-in-Picture", DWM_ALL_TAGS,1, 0, 0, 0, 0, -1},