How to set right the string title match for chromium?
I use:
chromium
assign [title="^- Chromium"] 1:www for_window [title="^- Chromium"] move workspace 1:www; workspace 1:www
and I have this one:
Steam
assign [title="Steam"] Games for_window [title="Steam"] move workspace Games; workspace Games
when I enter in the steam website the title goes to: "Steam - Chromium" then the browser is moved to workspace Games.
how could I avoid that? is there a better way to match chromium window titles?