Match rule for firefox is back.

This commit is contained in:
Bartek Stalewski 2023-02-25 12:18:45 +01:00
parent 50055b7d68
commit cb44e12e67

View File

@ -20,7 +20,7 @@ def autostart():
mod = "mod4"
groups = [
Group("1", label="\uf292"),
Group("2", label="\uf738"),
Group("2", label="\uf738", matches=[Match(wm_class=["firefox"])]),
Group("3", label="\uf70d", matches=[Match(wm_class=["ferdium", "discord", "Signal"])]),
Group("4", label="\uf7aa", matches=[Match(wm_class=["mutt"])]),
Group("5", label="\uf120"),