You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My window rule that sets some windows to floating don't apply to the Flow launcher settings and Steam windows that aren't the main one (except for the news window), the rule that ignores the window applies correctly to Steam Big Picture mode, but leaves a small gap at the bottom of the screen. This worked perfectly fine before updating to 3.4.0
Reproduction
window_rules:
# Task Manager requires admin privileges to manage and should be ignored unless running# the WM as admin.
- commands: ["ignore"]match:
- window_process: { equals: "steamwebhelper" }window_title: { regex: ".*Big Picture.*" }
- commands: ["set-floating"]match:
- window_process: { equals: "steamwebhelper" }window_title: { regex: "(?!Steam).*" }
- window_process: { equals: "Flow.Launcher" }window_title: { equals: "Settings" }
- window_title: { equals: "Visual Studio Installer" }
Stack trace or error logs (if applicable)
No response
Version number
3.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
My window rule that sets some windows to floating don't apply to the Flow launcher settings and Steam windows that aren't the main one (except for the news window), the rule that ignores the window applies correctly to Steam Big Picture mode, but leaves a small gap at the bottom of the screen. This worked perfectly fine before updating to 3.4.0
Reproduction
Stack trace or error logs (if applicable)
No response
Version number
3.4.0
The text was updated successfully, but these errors were encountered: