diff options
Diffstat (limited to 'dwl/config.h')
| -rw-r--r-- | dwl/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dwl/config.h b/dwl/config.h index 0b5e03f..5c2acf9 100644 --- a/dwl/config.h +++ b/dwl/config.h @@ -23,8 +23,9 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0}; static const Rule rules[] = { /* app_id title tags mask isfloating monitor keep_focus */ - { "firefox", "DWL_EMPTY_TITLE", 0, 1, -1, 0 }, - { "firefox", "Firefox — Sharing Indicator", 0, 1, -1, 0 } +// { "firefox", "DWL_EMPTY_TITLE", 0, 1, -1 }, +// { "firefox", "Firefox — Sharing Indicator", 0, 1, -1 } + { NULL, NULL, 0, 0, -1 } }; /* layout(s) */ |
