From 22f524735df14941b3612beb25b3330d7117cfc4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 10 Nov 2021 21:07:33 -0500 Subject: added class easyeffects to auto move --- config.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config.h b/config.h index 209262b..8e373d8 100644 --- a/config.h +++ b/config.h @@ -31,15 +31,16 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor scratch key */ - { "Gimp", NULL, NULL, 0, 1, -1, 0 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1, 0 }, - { "Vivaldi", NULL, NULL, 1 << 8, 0, -1, 0 }, - { "Brave", NULL, NULL, 1 << 8, 0, -1, 0 }, - { "KeePassXC", NULL, NULL, 1 << 3, 0, -1, 0 }, - { "Mattermost", NULL, NULL, 1 << 0, 0, 0, 0 }, - { "Signal", NULL, NULL, 1 << 0, 0, 0, 0 }, - { NULL, NULL, "scratchpad", 0, 1, -1, 's' }, + /* class instance title tags mask isfloating monitor scratch key */ + { "Gimp", NULL, NULL, 0, 1, -1, 0 }, + { "Firefox", NULL, NULL, 1 << 8, 0, -1, 0 }, + { "Vivaldi", NULL, NULL, 1 << 8, 0, -1, 0 }, + { "Brave", NULL, NULL, 1 << 8, 0, -1, 0 }, + { "KeePassXC", NULL, NULL, 1 << 3, 0, -1, 0 }, + { "Mattermost", NULL, NULL, 1 << 0, 0, 0, 0 }, + { "Signal", NULL, NULL, 1 << 0, 0, 0, 0 }, + { "easyeffects", NULL, NULL, 1 << 6, 0, -1, 0 }, + { NULL, NULL, "scratchpad", 0, 1, -1, 's' }, }; /* layout(s) */ -- cgit v1.2.3