DEV Community

giveitatry
giveitatry

Posted on

How GNOME drives me Crazy on Ubuntu

If you’re using Ubuntu with the default GNOME desktop, you’ve probably experienced this:

You click a pinned app in the dock (for example Firefox), and instead of switching to your already open window… GNOME shows you thumbnails of all open windows.

This makes me crazy. I need additional click to switch the app.

I don’t want previews.
I just want it to switch to the next window.

Luckily, Ubuntu makes this easy to fix.


Why This Happens

Ubuntu uses a modified GNOME dock called Ubuntu Dock, which is based on Dash to Dock.

By default, clicking a pinned app:

  • Shows window previews if multiple windows are open.

But we can change that behavior.


The Fix: Make Click Cycle Through Windows

Step 1 – Open Dock Settings

Run this command in Terminal:

gnome-extensions prefs ubuntu-dock@ubuntu.com
Enter fullscreen mode Exit fullscreen mode

Step 2 – Change Click Behavior

  1. Go to the Behavior tab.
  2. Find Click action
  3. Change it to:

Cycle through windows

That’s it.

Top comments (0)