From d2ba136896433cde3364637e5f4e1f992edbb6b8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 15 Mar 2024 13:25:54 -0400 Subject: [PATCH] Remove window rules for Ferdium and Notion --- README.org | 2 -- config.def.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.org b/README.org index 244da90..5aba03e 100644 --- a/README.org +++ b/README.org @@ -4300,11 +4300,9 @@ static const Rule rules[] = { RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1) RULE(.wintype = WTYPE "SPLASH", .isfloating = 1) RULE(.title = "Picture in picture", .isfloating = 1) - RULE(.class = "Ferdium", .tags = 1 << 0) RULE(.class = "Beeper", .tags = 1 << 0) RULE(.class = "Signal", .tags = 1 << 0) RULE(.class = "discord", .tags = 1 << 0) - RULE(.class = "notion-app-enhanced", .tags = 1 << 1) RULE(.class = "Logseq", .tags = 1 << 1) RULE(.class = "pocket-casts-linux", .tags = 1 << 2) RULE(.class = "Spotify", .tags = 1 << 3) diff --git a/config.def.h b/config.def.h index 5d3cb60..339c39d 100644 --- a/config.def.h +++ b/config.def.h @@ -474,11 +474,9 @@ static const Rule rules[] = { RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1) RULE(.wintype = WTYPE "SPLASH", .isfloating = 1) RULE(.title = "Picture in picture", .isfloating = 1) - RULE(.class = "Ferdium", .tags = 1 << 0) RULE(.class = "Beeper", .tags = 1 << 0) RULE(.class = "Signal", .tags = 1 << 0) RULE(.class = "discord", .tags = 1 << 0) - RULE(.class = "notion-app-enhanced", .tags = 1 << 1) RULE(.class = "Logseq", .tags = 1 << 1) RULE(.class = "pocket-casts-linux", .tags = 1 << 2) RULE(.class = "Spotify", .tags = 1 << 3)