Zen subwindow rules #8078
Unanswered
prochy-exe
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I have the same problem. The issue is the initial title being empty. We have to make a script that listens to socket2 and applies the rule after the title has been set. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heya! I'm trying to make a couple of rules for the Zen browser, based on Firefox, but I can't seem to get them working.
I am using the git version of hyprland.
I am trying to match this window and make it floating
and the rule I've written is this
windowrulev2 = float, title:^(Page Info)(.*)$, class:^(zen-alpha)$
The strange thing is that when i do a rule with just
windowrulev2 = float,class:^(zen-alpha)$
the rule gets applied just fine, but obviously for all Zen browser windows.Am I missing something? I checked if the regex matches using regex101 and it matched just fine so I'm sort of lost.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions