l10nelw / winger

Window Manager: A Firefox web extension for switching windows, moving tabs between windows, and more
https://addons.mozilla.org/firefox/addon/winger/
GNU General Public License v3.0
48 stars 7 forks source link

Custom windows ordering #52

Open EcksD33 opened 3 weeks ago

EcksD33 commented 3 weeks ago

Greetings,

I've been loving winger for a while now and one thing I've noticed I was missing was the ability to set a custom order for the windows (both in the dropdown and contextual menus). This means anytime I interact with winger's UI I need to carefully read each entry instead of knowing in advance where each window is in the list.

Currently, there is a workaround, but it requires some effort: a window can be sent to end of the list by closing it (ctrl+w) then reopening it (ctrl+shift+n).

Ideally, this feature should also reorder the order of appearance of the windows in the taskbar, but I think that's outside of what can be done from an extension (if only because that's dependent on the desktop environment being used on the host machine).

l10nelw commented 3 weeks ago

Thanks for writing in. I will not go for custom order, because it's extra work and complexity for something I believe you can already solve in other ways:

I might however consider adding alphabetical order to help with window hunting.

I definitely plan to add a separator before minimized windows in the Send to Window submenu, to match the popup panel list and also highlight the usefulness of the minimized state for organising windows.