A Gnome extension to remove the dock in the overview.
  • JavaScript 100%
Find a file
2026-08-16 00:18:57 +02:00
extension.js Claude made an extention to remove the dock in Gnome 2026-08-16 00:18:57 +02:00
LICENSE Initial commit 2026-08-15 21:36:28 +00:00
metadata.json Claude made an extention to remove the dock in Gnome 2026-08-16 00:18:57 +02:00
README.md Claude made an extention to remove the dock in Gnome 2026-08-16 00:18:57 +02:00

gnome-extension-haddock

A GNOME Shell extension that removes the dash (the bar of application shortcuts) from the bottom of the Activities overview.

Supports GNOME Shell 45 and later.

Installing

mkdir -p ~/.local/share/gnome-shell/extensions/haddock@bjorn.vildljung
cp metadata.json extension.js ~/.local/share/gnome-shell/extensions/haddock@bjorn.vildljung/

Then reload GNOME Shell:

  • Xorg: press Alt+F2, type r, press Enter.
  • Wayland: log out and log back in.

Enable the extension:

gnome-extensions enable haddock@bjorn.vildljung

Or use the Extensions app / extensions.gnome.org to toggle it on.

Disabling

gnome-extensions disable haddock@bjorn.vildljung