Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to ignore any fullscreen/exclusive fullscreen application #510

Open
aimslut opened this issue Feb 1, 2024 · 0 comments
Open

Option to ignore any fullscreen/exclusive fullscreen application #510

aimslut opened this issue Feb 1, 2024 · 0 comments

Comments

@aimslut
Copy link

aimslut commented Feb 1, 2024

Would it be possible to add a config option which fully ignores any fullscreen/exclusive fullscreen applications?
This way we wouldn't have to create individual filters for games as some launch too quickly to be ignored by workspacer.
CS:S being a prime example as a game that ignores the filter and then workspacer ends up just crashing and having to restart it.
Perhaps this is fully a different issue that's of my own making, but it crashes with no filters, and these others I have just incase:

context.WindowRouter.AddFilter((w) => 
    ...
    !w.Title.Contains("hl2") &&
    !w.Title.Contains("Counter-Strike") &&
    !w.ProcessName.Contains("hl2") &&
    !w.ProcessName.Contains("Counter-Strike") &&
    !(w.ProcessName == "hl2.exe") &&
    ...
);

All my other filters work perfectly fine, so I'm not sure what the issue would be 🤔
Example of CS:S crashing workspacer: https://streamable.com/5oz7o9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant