Fix Rule Matching for Steam

This commit is contained in:
Sravan Balaji 2023-05-07 20:24:50 -04:00
parent 88767e1741
commit b2f22c6205
2 changed files with 2 additions and 2 deletions

View File

@ -4189,7 +4189,7 @@ static const Rule rules[] = {
RULE(.class = "Emacs", .tags = 1 << 6)
RULE(.class = "Code", .tags = 1 << 6)
RULE(.class = "GNU Octave", .tags = 1 << 6)
RULE(.class = "Steam", .tags = 1 << 7)
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)

View File

@ -478,7 +478,7 @@ static const Rule rules[] = {
RULE(.class = "Emacs", .tags = 1 << 6)
RULE(.class = "Code", .tags = 1 << 6)
RULE(.class = "GNU Octave", .tags = 1 << 6)
RULE(.class = "Steam", .tags = 1 << 7)
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)