From 119f17396c60900eaf7534f8106d4ce6ca0362e5 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Fri, 1 Dec 2023 18:04:04 +0100 Subject: [dwl] track only patches against upstream --- dwl/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dwl/config.h') 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) */ -- cgit v1.2.3