In today’s tutorial, you will learn how you can make your Linux Ubuntu Dock look like macOS Dock.
These are the steps that you will need to follow:
- Open terminal.
- Install following tool:
$ sudo apt install gnome-shell-extensions [Hit Enter]
3. Enter your sudo password and hit Enter.
4. Next, update packages:
$ sudo apt update [Hit Enter]
5. Install gnome-tweaks:
$ sudo apt install gnome-tweaks [Hit Enter]
6. In the next step, install dconf-editor:
$ sudo apt install dconf-editor [Hit Enter]
7. Execute the dconf-editor:
$ dconf-editor [Hit Enter]
Thanks for using Dconf Editor for editing your settings! message-box will appear.
8. In this, click I’ll be careful.
9. In dconf-editor, click org directory.
10. In org, select gnome directory.
11. Under gnome, click shell.
12. Click extensions directory.
13. Under the extensions directory, select desh-to-dock.
14. Next, search for a option, named dock position and click on it.
NOTE: By default, it is on the left side.
15. Now, under Custom value option, click on LEFT and select BOTTOM option.
16. Click on Check button.
17. Next, move back to the earlier options.
18. In the next step, search for the extend-height option.
19. Now, turn off the extend-height option.
NOTE: If you want to move applications tab on the left-side of the dock, then search for the show-apps-at-top option and turn on this option.
Previous blog: Python Multiline Program
0 Comments