diff --git a/README.org b/README.org index a0f478f..2cffa4b 100644 --- a/README.org +++ b/README.org @@ -4254,6 +4254,7 @@ static const Rule rules[] = { 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) RULE(.class = "Vivaldi-stable", .tags = 1 << 4) @@ -4263,15 +4264,16 @@ static const Rule rules[] = { RULE(.class = "GNU Octave", .tags = 1 << 6) RULE(.title = "Steam", .tags = 1 << 7) RULE(.class = "Lutris", .tags = 1 << 7) - RULE(.title = "Origin", .tags = 1 << 7, .isfloating = 1) - RULE(.title = "Ubisoft Connect", .tags = 1 << 7, .isfloating = 1) - RULE(.class = "PrismLauncher", .tags = 1 << 7) + RULE(.class = "gamescope", .tags = 1 << 7) RULE(.class = "Thunar", .tags = 1 << 8) RULE(.class = "trackma", .tags = 1 << 8) RULE(.class = "Trackma-gtk", .tags = 1 << 8) RULE(.class = "obs", .tags = 1 << 8) RULE(.class = "NoiseTorch", .tags = 1 << 8) RULE(.class = "kdenlive", .tags = 1 << 8) + RULE(.class = "Syncthing GTK", .tags = 1 << 8) + RULE(.class = "Nyrna", .tags = 1 << 8) + RULE(.class = "openrgb", .tags = 1 << 8) #if RENAMED_SCRATCHPADS_PATCH RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1) #elif SCRATCHPADS_PATCH diff --git a/config.def.h b/config.def.h index 775d069..77469e5 100644 --- a/config.def.h +++ b/config.def.h @@ -479,6 +479,7 @@ static const Rule rules[] = { 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) RULE(.class = "Vivaldi-stable", .tags = 1 << 4) @@ -488,15 +489,16 @@ static const Rule rules[] = { RULE(.class = "GNU Octave", .tags = 1 << 6) RULE(.title = "Steam", .tags = 1 << 7) RULE(.class = "Lutris", .tags = 1 << 7) - RULE(.title = "Origin", .tags = 1 << 7, .isfloating = 1) - RULE(.title = "Ubisoft Connect", .tags = 1 << 7, .isfloating = 1) - RULE(.class = "PrismLauncher", .tags = 1 << 7) + RULE(.class = "gamescope", .tags = 1 << 7) RULE(.class = "Thunar", .tags = 1 << 8) RULE(.class = "trackma", .tags = 1 << 8) RULE(.class = "Trackma-gtk", .tags = 1 << 8) RULE(.class = "obs", .tags = 1 << 8) RULE(.class = "NoiseTorch", .tags = 1 << 8) RULE(.class = "kdenlive", .tags = 1 << 8) + RULE(.class = "Syncthing GTK", .tags = 1 << 8) + RULE(.class = "Nyrna", .tags = 1 << 8) + RULE(.class = "openrgb", .tags = 1 << 8) #if RENAMED_SCRATCHPADS_PATCH RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1) #elif SCRATCHPADS_PATCH