aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKumar Damani <kdamani@kepler.space>2021-11-11 02:07:33 +0000
committerKumar Damani <kdamani@kepler.space>2021-11-11 02:07:33 +0000
commit22f524735df14941b3612beb25b3330d7117cfc4 (patch)
treedae7e1dcc16d08910494e4cd0a3d6c0b7e9d7218 /config.h
parent3e2fca7c2a9b7cd8a66a6c27ffc0092cf9b6192f (diff)
added class easyeffects to auto move
Diffstat (limited to 'config.h')
-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) */