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)