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 ...
```