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

fix: improve compatibility with aatws #384

Merged
merged 1 commit into from
Dec 16, 2024
Merged

fix: improve compatibility with aatws #384

merged 1 commit into from
Dec 16, 2024

Conversation

Leleat
Copy link
Owner

@Leleat Leleat commented Dec 6, 2024

I was lazy in the past and "extended" GNOME's app switcher so that I didn't need to write the tiling popup from scratch. Besides the fact that this was a bad usage, it also caused compatibility issues with other extensions that modify the app switcher or switcher popup like aatws.

As a quick fix, I've just pulled in the code from the app switcher and switcher popup from GNOME Shell into the extension. I only amended some import statements. It would be a nice idea to rewrite the tiling popup "properly".

fixes: #381

I was lazy in the past and "extended" GNOME's app switcher so that I
didn't need to write the tiling popup from scratch. Besides the fact
that this was a bad usage, it also caused compatibility issues with
other extensions that modify the app switcher or switcher popup like
aatws.

As a quick fix, I've just pulled in the code from the app switcher and
switcher popup from GNOME Shell into the extension. I only amended some
import statements. It would be a nice idea to rewrite the tiling popup
"properly".

fixes: #381
@Leleat Leleat merged commit ddccc99 into main Dec 16, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

Tiling apps with multiple windows does not work in conjunction with AATWS (Advanced Alt-Tab Window Switcher)
1 participant