Skip to content
Discussion options

You must be logged in to vote

try this: windowrule = tile on, match:class ^Minecraft*\s.+$

Need to escape the *, otherwise you're matching for zero or more t then one whitespace character.
I'd suggest match:class Minecraft\*.* or something along those lines

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@MajedAlghoul
Comment options

@ArkhamCookie
Comment options

@MajedAlghoul
Comment options

@C0Florent
Comment options

Answer selected by ArkhamCookie
@Dregu
Comment options

@fxzzi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants