Home > System Tutorial > LINUX > body text

How to resize dock icons in Linux

王林
Release: 2024-01-02 21:06:17
forward
884 people have browsed it

The icons on the Linux dock bar have three options: large, medium and small by default, as shown in the figure below. But I don’t like these three options. I want to set the size of the icon myself. How to set it? Please see below for details.

How to resize dock icons in Linux

1. Install dconf

1. Press CTRL ALT T key at the same time to open the terminal.

How to resize dock icons in Linux

2. Check in the terminal whether there is dconf in the software source. As shown in the figure below, the software source has a doconf configuration editor.

How to resize dock icons in Linux

3. Execute the following command to install dconf.

sudo apt-get install dconf-editor

How to resize dock icons in Linux

4. After the installation is complete, click the launcher on the dock bar.

How to resize dock icons in Linux

5. Find "dconf System Configuration Editor" in the launcher and click to run.

How to resize dock icons in Linux

2. Set the icon size

1. The dcon system configuration editor is shown in the figure below after running.

How to resize dock icons in Linux

2. Find /com/deepin/dde/dock/icon-size in sequence, as shown in the figure below

How to resize dock icons in Linux

3. Then turn off the use default value switch below.

How to resize dock icons in Linux

4. At this time, directly press the sign or - sign to increase or decrease the icon size. Here I set it to 12.

How to resize dock icons in Linux

5. After the setting is completed, check the dialogue in the lower right corner to apply.

How to resize dock icons in Linux

6. At this time, the icons on the dock bar will be much smaller.

How to resize dock icons in Linux

The above is the detailed content of How to resize dock icons in Linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!