diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-05-10 19:24:36 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-05-10 19:25:00 -0400 |
| commit | 40d08b522c6dd63babfb7be5a2f57a1b0cdb4726 (patch) | |
| tree | 84736048f23af75e28486a002aaac56c5f2ba9f6 /localports/dwl/config.h | |
| parent | efe6abfcfb4cd90abd003cc71098f21df20ca029 (diff) | |
feat(ports): add swallow patch to dwl
Diffstat (limited to 'localports/dwl/config.h')
| -rw-r--r-- | localports/dwl/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localports/dwl/config.h b/localports/dwl/config.h index ceeaf16..17caed3 100644 --- a/localports/dwl/config.h +++ b/localports/dwl/config.h @@ -12,8 +12,8 @@ static const float fullscreen_bg[] = {0.141, 0.153, 0.227, 1.0}; static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { - /* app_id title tags mask isfloating monitor */ - { "dummy", NULL, 0, 0, -1 }, + /* app_id title tags mask isfloating isterm noswallow monitor */ + { "foot", NULL, 0, 0, 1, 0, -1 }, }; /* layout(s) */ |
