Commit a748058605dce847cfab5c90b1186a9877388128 Parent: 536995bb80668021e806c1faba78779ce97712ef Author: mcol <mcol@posteo.net> Date: 2022-09-21 04:14:37 +0100 Committer: mcol <mcol@posteo.net> Committed: 2022-09-21 04:14:37 +0100 move spot/spotify to group 4
groups.py Modified
@@ -30,8 +30,8 @@ groups: list[Group] = [ Group("1", label="html", matches=[Match(wm_class="firefox")]), Group("2", label="mail", matches=[Match(wm_class="geary"), Match(title="Geary")]), - Group("3", label="tune", matches=[Match(title="spotify")]), - Group("4", label="term"), + Group("3", label="term"), + Group("4", label="tune", matches=[Match(title="spotify")]), Group("q", label="term"), Group("w", label="term"), Group("e", label="term"),