Feedback on recent windowrulev2 and blur syntax changes #13115
Replies: 1 comment 4 replies
|
First of all, windowrulev2 was deprecated almost a year ago. Second, variables are fine, you just have to use the correct windowrule syntax. But you don't even need to do that, since you only need to match once and put in all the other things you want. Like: or: And third, the latest update only informs you that your rule was bad while from 0.53.0 up until now windowrulev2 would just fail silently and never actually do anything. And finally: I made a converter so you don't have to do it manually. |
Uh oh!
There was an error while loading. Please reload this page.
Hello. First of all I want to say that I appreciate the work you put in Hyprland and I use it as a daily driver. But recent updates are just crushing my config for windowrules. First it was windowrules, layerrules and I fixed it all, they're working. Now I have an issue with windowrulev2. The problem is that even if I read the wiki for the correct syntax - it doesn't work. Doesn't work almost for everything. I deleted some rules because I spent an hour debugging and came to nothing but then it came to my rules.conf and here I'm frustrated.
Issue:
Before the update I used the structure
$center-float-large = class:^(........
windowrulev2 = float, $center-float-large
I used it to make my code shorter. Now it seems like I can't create variables at all and need to type everything manually.
Also another problem is that with new update instead of leaving the old syntax and adding the new one - you completely erase the old one with new and I have to fix my code every time you do it.
I really want you guys to read this message and, at least, add the old syntax to the new one because I have a really big rice and god knows how many hours I'll have to fix it if the updates will come this way each time(I have my own duties, y'know?).
Hope you'll spend some of your time to reply to this message.
Best regards,
Hettorr.
All reactions