Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active August 21, 2024 16:51
Show Gist options
  • Save plembo/447bce6924d6b2743e652a663bb6cc31 to your computer and use it in GitHub Desktop.
Save plembo/447bce6924d6b2743e652a663bb6cc31 to your computer and use it in GitHub Desktop.
fix dock will not reappear after auto-hide ubuntu 22.04 desktop

Fix dock won't reappear after auto-hide

Running Ubuntu 22.04 LTS with Ubuntu Desktop on X11.

Problem

After setting dock (dash to dock extension) to auto-hide, it won't reappear if any app is full screen.

Solution

Turn off "require-pressure-to-show" in dconf settings for dock.

  1. Open dconf-editor and go to org > gnome > shell > exensions > dash-to-dock
  2. Scroll all the way to bottom and set Require-pressure-to-show to off
  3. Restart session (log out and back in)

References

branch_predictor. "auto-hide dock does not show up". Ask Ubuntu, 13 Sept 2022, https://askubuntu.com/a/1429076.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment