diff options
| author | tslil clingman <tslil@posteo.de> | 2023-12-01 18:04:04 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-12-01 18:12:10 +0100 |
| commit | 119f17396c60900eaf7534f8106d4ce6ca0362e5 (patch) | |
| tree | 3d2074b5f295e8168312494381ab23eccc0ca1ec /dwl/config.h | |
| parent | 9bc372625e1fdafa50d44dcb9a8070ecdfc01b38 (diff) | |
[dwl] track only patches against upstream
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) */ |
