Hello #hyprland people, maybe someone can enlighten me with a current issue. I want to show a specific #Firefox window on a specific workspace but it doesnt work. Firefox starts through `exec-once`

Configuration:
```
workspace = name:media, monitor:HDMI-A-1,persistent:true,default:true
windowrulev2 = workspace media,class:^(firefox)$,title:^(Media.*)$
```
```
> hyprctl clients | grep -E "class|title" | head -2
class: firefox
title: Media - Handball-WM 2025: Schweiz gegen ...
```

I can only assume that the window title is not set a creation of the window as the prefix "Media" is set my an extension - Simple Tab Group - and is expected to be set afterwards.

To bad ...

@schmic Here `windowrule = workspace 2 silent,firefox` works.

Oops, "a specific":
`windowrulev2 = workspace 6,title:^(.*Media.*)$` ?