mmai / Current_screen_only_on_window_switcher

Gnome extension - limits the windows shown on the switcher to those of the current monitor
https://extensions.gnome.org/extension/1437/current-screen-only-for-alternate-tab/
MIT License
63 stars 12 forks source link

Gnome 45 #19

Open mariuszste opened 1 year ago

mariuszste commented 1 year ago

Please add support for gnome 45

sedax90 commented 1 year ago

any news?

DameerGamlet commented 1 year ago

any news?

bramgn commented 12 months ago

When adding to Gnome 45 and restarting Gnome, I see this message in the Extensions app: "class heritage AltTab.AppSwitcher is not an object or null".

sedax90 commented 12 months ago

I don't understand if the problem is related to the fact that there are no commits on gnome-console to be able to finish the gnome 45 patch or if something simply needs to be updated, in the latter case I could finish it myself if @mmai explains to me what the problem is

mmai commented 11 months ago

Hello Unfortunately the gnome functions used in this extension are not publicly available anymore in gnome 45. It would require to override much more gnome core code to make this extension work on gnome 45, which will render the maintenance more complex as well.

And there is now https://extensions.gnome.org/extension/4412/advanced-alttab-window-switcher/ which do the same, and much more.

dumbasPL commented 11 months ago

And there is now https://extensions.gnome.org/extension/4412/advanced-alttab-window-switcher/ which do the same, and much more.

Might be a good idea to put this in a more noticeable place if you have decided to stop maintaining this extension.

I loved the simplicity of this extension, in AAWS you have to disable like 95% of the features to get the same effect, but hey, at least it can be done now.

mmai commented 11 months ago

Might be a good idea to put this in a more noticeable place if you have decided to stop maintaining this extension

It's at the top of the Readme as well.

bramgn commented 11 months ago

I loved the simplicity of this extension, in AAWS you have to disable like 95% of the features to get the same effect, but hey, at least it can be done now.

Agreed, AAWS does way too much for my personal liking to solve a simple use-case. @mmai Thanks for the status update!

vractal commented 11 months ago

Maybe it was the amount of options that made me miss it, but I could not find the options in the AAWS to actually have the behaviour I have with this extension (showing only windows from the same screen AND workspace).. and sadlly from some past experiences its unlikely gnome devs would be willing to expose this APIs again by request

omentic commented 11 months ago

Plasma 6 is coming this February, with a few changes that seem familiar to GNOME users (unified overview, new tab switcher). I'm looking forward to it. KDE seems to take care not to break its API.

edit: it has this behavior by default! nice

mmai commented 11 months ago

@vractal on AATWS you have to set Default filter to Current Monitor on the Window switcher tab. The behavior is a little different than this extension : it shows the windows of the current screen if there are many windows, but if there is only one window on the current screen it shows all the windows of the current workspace, and if there is only one window on the current workspace it shows the windows of all the workspaces.

dishcandanty commented 8 months ago

To add on this for AATWS you also need to change your default alt-tab keyboard shortcut to actually get the same behavior.

thmatosbr commented 4 weeks ago

I’ve developed an extension that offers the same functionalities and is compatible with GNOME 45 and 46. You can check it out here: Current Monitor Window/App Switcher.