From 10a042a3b9b62100cab4360ab4edffbae0c4f07b Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Sun, 14 May 2023 06:38:10 +0100 Subject: bind some classes to tags --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 8673556..5348ca7 100644 --- a/config.h +++ b/config.h @@ -45,8 +45,9 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 5, 1, -1 }, + { "discord", NULL, NULL, 1 << 3, 0, -1 }, + { "Steam", NULL, NULL, 1 << 4, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3