Score:0

Switching between same application windows with scroll wheel on Ubuntu 22.04 LTS Dock

mg flag

I searched a lot and couldn't really find an answer how to switch between windows of the same application in the Ubuntu 22.04 LTS Dock (See screenshot).

ATTEMPT 1

Configure gsettings (based on answers here):

gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'

but this causes to cycle windows of not only single application (say, Firefox), but the whole Dock scrolls simultaneously. This results in cycling over all the windows for all applications.

ATTEMPT 2

Set custom key bindings (based on answers here):

Thought to set custom key bindings, so that Ctrl + scroll-action would cycle through the application windows, and Ctrl would normally scroll the Dock. But I got stuck here, as I couldn't figure out the correct commands. I'm not sure if I'm even on the right track:

gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'ctrl-scroll'
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command 'cycle-windows'    # ?????
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding '<Ctrl><scroll-action>'    #?????

Is there a way to achieve switching windows of a single application in the Dock through scrolling, without entire Dock scrolling simultaneously?

Any help appreciated.

Score:0
sv flag

You can do it easily by using the Dash to Dock extension.

Here are the settings:

here are the settings with ss

Pranjal avatar
sv flag
Up vote would be appreciated
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.