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

Ignore hidden window (Lively Wallpaper compatibility) #629

Closed
rocksdanister opened this issue Jul 2, 2024 · 4 comments
Closed

Ignore hidden window (Lively Wallpaper compatibility) #629

rocksdanister opened this issue Jul 2, 2024 · 4 comments

Comments

@rocksdanister
Copy link

Issue: rocksdanister/lively#2303

Lively Wallpaper creates two windows for listening to mouse/keyboard RAWINPUT and system messages. They are hidden and opened outside monitor region with taskbar icons disabled but GlazeWM seems to pick it up.

image

I think these types of window should be skipped by default? there is a similar issue: #550

@ParasiteDelta
Copy link
Contributor

ParasiteDelta commented Jul 10, 2024

Have you tried adding these to an ignore rule in your config.yaml? That would help solidify this as an issue. Tedious, I know, but at least we have the ability to do it.

Example, if needed:

- command: "ignore"
  match_title: "/Lively WndProc/"

You can further refine the rule, as rules are additive in GWM currently. So, you could possibly add on something like this to the example:
match_class_name: "/Lively/"

Be sure to post what you did and the results here so we know.

@rocksdanister
Copy link
Author

@seanpden

@seanpden
Copy link

seanpden commented Aug 4, 2024

Sorry for the inactivity. I did end up ignoring it in the config file, basic matches did not work so I just started spamming possible matches and it was properly ignored. Snippet of my ignores below:

  - command: "ignore"
    match_process_name: "...|Lively.UI.WinUI.exe|Lively.exe|[Ll]ively.*"
    match_title: "...|Lively WndProc|Lively WndProc (Input)|[Ll]ively.*|[Ll]ively Wallpaper|Lively"

@lars-berger
Copy link
Member

Added a default window rule for this in v3 👌 Latest release

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

4 participants