How to hide the Ubuntu/Linux Dock (Side) Bar

  • To hide the Ubuntu dock bar from version 18.04.3 LTS.

In the terminal write:

gsettings set org.gnome.shell.extensions.dash-to-dock autohide false

gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed false

gsettings set org.gnome.shell.extensions.dash-to-dock intellihide false

 See example image:

 

  • To display the Ubuntu 18.04.3 LTS dock bar.

In the terminal write:

gsettings set org.gnome.shell.extensions.dash-to-dock autohide true

gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true

gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true

 See example image:

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.