Home > Article > System Tutorial > How to move the left panel to the bottom in ubuntu20.04? Tips for removing the left panel in ubuntu
I installed Ubuntu20.04 today. Because I installed other program startup tools, I want to remove the task panel on the left. How to remove it and change it to the style of Windows system, at the bottom? Today we will introduce a new method to remove the left panel by merging the panel and the status bar. Let's take a look at the detailed tutorial below.
First we open the ubuntu terminal to update.
sudo apt update
Then install the gnome configuration tool.
sudo apt install gnome-tweaks
Then we also need to install the dash-to-panel extension tool that merges the panel and status bar.
After the installation is completed, we remember to log out of the desktop once.
Enter gnome-tweaks in the terminal after entering the desktop.
After opening the tool, select the extension and enable the dash-to-panel function on the right.
Now we return to the desktop and find that the left panel is gone, only the task panel and status bar at the bottom.
The above is the detailed content of How to move the left panel to the bottom in ubuntu20.04? Tips for removing the left panel in ubuntu. For more information, please follow other related articles on the PHP Chinese website!