diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-11-11 02:07:33 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-11-11 02:07:33 +0000 |
| commit | 22f524735df14941b3612beb25b3330d7117cfc4 (patch) | |
| tree | dae7e1dcc16d08910494e4cd0a3d6c0b7e9d7218 | |
| parent | 3e2fca7c2a9b7cd8a66a6c27ffc0092cf9b6192f (diff) | |
added class easyeffects to auto move
| -rw-r--r-- | config.h | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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) */ |
