micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.87k stars 461 forks source link

Choose from Running Apps #2079

Closed lokimon closed 1 year ago

lokimon commented 1 year ago

In Ubuntu 22.04 with dash to dock, if I had multiple instances of the same apps, I would select the app icon in the dock. Then the running apps preview would hover above the dock and I could choose.

I switched to Ubuntu 23.04 with dash to dock. Now with multiple instances, if I click the app, it cycles one by one through the running apps. Which isn't nearly as fast.

I also only see 1 dot for apps with multiple instances running. Ubuntu 22 04 Ubuntu 23 04

How can I get 22.04 behavior?

I really appreciate the help.

3v1n0 commented 1 year ago

gsettings set org.gnome.shell.extensions.dash-to-dock click-action focus-or-previews

lokimon commented 1 year ago

@3v1n0 Thanks!