diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 13:20:31 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-16 13:20:31 -0500 |
| commit | d43db52c715300245b5a151d65b39b003b5b7367 (patch) | |
| tree | 6faed52c09aeecb27a365868553a2052faa08245 /localports/dwl/config.h | |
| parent | dfef34bdfa404daeb334ed27b067fe35596c1307 (diff) | |
fix(ports): fix dwl rules
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 8e38733..ceeaf16 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 isterm noswallow monitor */ - { "himitsu.prompt",NULL, 1 << 8, 1, -1 }, + /* app_id title tags mask isfloating monitor */ + { "dummy", NULL, 0, 0, -1 }, }; /* layout(s) */ |
