-
This might seem like insanity at first (might still be), but I'd like to have many windows float on default, just not firefox windows. My reasoning was, alright, I can do this with rules: windowrule=float,^(.*)$
windowrule=tile,^(firefox)$ this works of course, but now all firefox dialogs tile as well (duh). Is there a way to replicate the initial behavior, while still making Firefox an exception to the "float by default" rule? I do understand there is no such thing as |
Beta Was this translation helpful? Give feedback.
Answered by
bklaase
Dec 27, 2022
Replies: 1 comment
-
Nevermind, I found a solution, that is lame, but works fine: #firefox initial tiling windows:
windowrulev2=tile,title:^(.* — Mozilla Firefox)$
windowrulev2=tile,title:^(Mozilla Firefox)$
windowrulev2=tile,title:^(Mozilla Firefox Private Browsing)$ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bklaase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I found a solution, that is lame, but works fine: