diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-31 08:52:01 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-31 08:52:01 -0500 |
| commit | 00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea (patch) | |
| tree | c8dd3e7685bf46f91bbe01ffa220542e881e2773 /config.def.h | |
| parent | 7dcc0ef3969f2bbfbee8846d0bddbd39ce197d93 (diff) | |
| download | dwm-00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea.tar.gz dwm-00ce50bf43b34ef9a66bc2ba0c64ba3d965ff6ea.tar.xz | |
Allow regexp matching for window title and class
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index fa16868..83256f9 100644 --- a/config.def.h +++ b/config.def.h @@ -29,6 +29,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "ch.*um", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ |
