Window Rule Not Applying to Minecraft Window #12899
-
|
For some reason when trying to apply a windowrule to Minecraft, it doesn't work. I want to make it into a tiled window (instead of the floating it starts as). Here is my window rule: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
@gab-dev-7 what made you decide to bomb many GitHub discussions with regurgitated AI slop? Please STOP this. Hopefully you get banned by @vaxerski EDIT: Well that was quick... troll slop by @gab-dev-7 was deleted thankfully. Unfortunately there's still about a dozen other threads with this nonsense. EDIT 2: The forces of good are at work, and looks like all the slop has been removed from the various threads. |
Beta Was this translation helpful? Give feedback.
-
|
you forgot a dot my guy windowrule = tile on, match:class Minecraft.* |
Beta Was this translation helpful? Give feedback.
Need to escape the
*, otherwise you're matching for zero or moretthen one whitespace character.I'd suggest
match:class Minecraft\*.*or something along those lines