diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-04 20:41:26 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-04 20:41:26 +0000 |
| commit | f0579f9fbd0ec14b3228bb8571f8cf11dbdd0d48 (patch) | |
| tree | 494d5821e30d55b09897bc093197d3b6b024310c | |
| parent | 1c39187b2f9e97bd0cfa857ce8f7c2179d518096 (diff) | |
neomutt assign
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "firefox", NULL, NULL, 1 << 7, 0, -1 }, + { NULL, "neomutt", NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ |
