aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h19
1 files 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) */